externalIPs property

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

Preserved external IPs defined for this instance.

This map is keyed with the name of the network interface.

Implementation

core.Map<core.String, PreservedStatePreservedNetworkIp>? externalIPs;