GceClusterConfigPrivateIpv6GoogleAccess

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 outbound private IPv6 access to Google Services from the Dataproc cluster.

Link copied to clipboard

Enables bidirectional private IPv6 access between Google Services and the Dataproc cluster.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GceClusterConfigPrivateIpv6GoogleAccess
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.

Properties

Link copied to clipboard
val javaValue: GceClusterConfigPrivateIpv6GoogleAccess
Link copied to clipboard
Link copied to clipboard