internalIPs property

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

Preserved internal IPs defined for this instance.

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

Implementation

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