privateIpv6GoogleAccess property

String? privateIpv6GoogleAccess
getter/setter pair

The private IPv6 google access type for the VM.

If not specified, use INHERIT_FROM_SUBNETWORK as default.

Optional. Possible string values are:

  • "INSTANCE_PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED" : Default value. This value is unused.
  • "INHERIT_FROM_SUBNETWORK" : Each network interface inherits PrivateIpv6GoogleAccess from its subnetwork.
  • "ENABLE_OUTBOUND_VM_ACCESS_TO_GOOGLE" : Outbound private IPv6 access from VMs in this subnet to Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.
  • "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE" : Bidirectional private IPv6 access to/from Google services. If specified, the subnetwork who is attached to the instance's default network interface will be assigned an internal IPv6 prefix if it doesn't have before.

Implementation

core.String? privateIpv6GoogleAccess;