externalIPs property

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

External 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>? externalIPs;