Cloud Dataproc V1 API - Module Google::Cloud::Dataproc::V1::GceClusterConfig::PrivateIpv6GoogleAccess (v1.6.0)

Reference documentation and code samples for the Cloud Dataproc V1 API module Google::Cloud::Dataproc::V1::GceClusterConfig::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.

Constants

PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED

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

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.

OUTBOUND

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

BIDIRECTIONAL

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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.