Enum GceClusterConfig.PrivateIpv6GoogleAccess (4.1.0)

public enum GceClusterConfig.PrivateIpv6GoogleAccess extends Enum<GceClusterConfig.PrivateIpv6GoogleAccess> implements ProtocolMessageEnum

PrivateIpv6GoogleAccess controls whether and how Dataproc cluster nodes can communicate with Google Services through gRPC over IPv6. These values are directly mapped to corresponding values in the Compute Engine Instance fields.

Protobuf enum google.cloud.dataproc.v1.GceClusterConfig.PrivateIpv6GoogleAccess

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BIDIRECTIONAL

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

BIDIRECTIONAL = 3;

BIDIRECTIONAL_VALUE

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

BIDIRECTIONAL = 3;

INHERIT_FROM_SUBNETWORK

Private access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.

INHERIT_FROM_SUBNETWORK = 1;

INHERIT_FROM_SUBNETWORK_VALUE

Private access to and from Google Services configuration inherited from the subnetwork configuration. This is the default Compute Engine behavior.

INHERIT_FROM_SUBNETWORK = 1;

OUTBOUND

Enables outbound private IPv6 access to Google Services from the Dataproc cluster.

OUTBOUND = 2;

OUTBOUND_VALUE

Enables outbound private IPv6 access to Google Services from the Dataproc cluster.

OUTBOUND = 2;

PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED

If unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.

PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0;

PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED_VALUE

If unspecified, Compute Engine default behavior will apply, which is the same as INHERIT_FROM_SUBNETWORK.

PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()