Gce Cluster Config Private Ipv6Google Access
    enum GceClusterConfigPrivateIpv6GoogleAccess : Enum<GceClusterConfigPrivateIpv6GoogleAccess> , ConvertibleToJava<GceClusterConfigPrivateIpv6GoogleAccess> 
Optional. The type of IPv6 access for a cluster.
Entries
Link copied to clipboard
                If unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.
Link copied to clipboard
                Private access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.
Link copied to clipboard
                Enables bidirectional private IPv6 access between Google Services and the Dataproc cluster.
Types
Functions
Link copied to clipboard
                Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
                Returns an array containing the constants of this enum type, in the order they're declared.