internalIPs property

Map<String, StatefulPolicyPreservedStateNetworkIp>? internalIPs
getter/setter pair

Internal network IPs assigned to the instances that will be preserved on instance delete, update, etc.

This map is keyed with the network interface name.

Implementation

core.Map<core.String, StatefulPolicyPreservedStateNetworkIp>? internalIPs;