Google Cloud Dataproc V1 Client - Class PrivateIpv6GoogleAccess (3.10.1)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class PrivateIpv6GoogleAccess.

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 type google.cloud.dataproc.v1.GceClusterConfig.PrivateIpv6GoogleAccess

Namespace

Google \ Cloud \ Dataproc \ V1 \ GceClusterConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED

Value: 0

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

Generated from protobuf enum PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0;

INHERIT_FROM_SUBNETWORK

Value: 1

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

Generated from protobuf enum INHERIT_FROM_SUBNETWORK = 1;

OUTBOUND

Value: 2

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

Generated from protobuf enum OUTBOUND = 2;

BIDIRECTIONAL

Value: 3

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

Generated from protobuf enum BIDIRECTIONAL = 3;