public enum PrivateIpv6GoogleAccess
Reference documentation and code samples for the Google Cloud Dataproc v1 API enum GceClusterConfig.Types.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.
Namespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Fields | |
---|---|
Name | Description |
Bidirectional | Enables bidirectional private IPv6 access between Google Services and the Dataproc cluster. |
InheritFromSubnetwork | 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. |
Unspecified | If unspecified, Compute Engine default behavior will apply, which is the same as [INHERIT_FROM_SUBNETWORK][google.cloud.dataproc.v1.GceClusterConfig.PrivateIpv6GoogleAccess.INHERIT_FROM_SUBNETWORK]. |