externalIpv6 property

String? externalIpv6
getter/setter pair

Applies to ipv6AccessConfigs only.

The first IPv6 address of the external IPv6 range associated with this instance, prefix length is stored in externalIpv6PrefixLength in ipv6AccessConfig. To use a static external IP address, it must be unused and in the same region as the instance's zone. If not specified, Google Cloud will automatically assign an external IPv6 address from the instance's subnetwork.

Implementation

core.String? externalIpv6;