privateIpv6GoogleAccess property

String? privateIpv6GoogleAccess
getter/setter pair

The type of IPv6 access for a cluster.

Optional. Possible string values are:

  • "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED" : If unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.
  • "INHERIT_FROM_SUBNETWORK" : Private access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.
  • "OUTBOUND" : Enables outbound private IPv6 access to Google Services from the Dataproc cluster.
  • "BIDIRECTIONAL" : Enables bidirectional private IPv6 access between Google Services and the Dataproc cluster.

Implementation

core.String? privateIpv6GoogleAccess;