Skip to main content

GoogleCloudDataprocClusterPrivateIpv6GoogleAccessType

No description

enum GoogleCloudDataprocClusterPrivateIpv6GoogleAccessType {
PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED
INHERIT_FROM_SUBNETWORK
OUTBOUND
BIDIRECTIONAL
}

Values

GoogleCloudDataprocClusterPrivateIpv6GoogleAccessType.PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED

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

GoogleCloudDataprocClusterPrivateIpv6GoogleAccessType.INHERIT_FROM_SUBNETWORK

Private access to and from Google Services configuration inherited from the subnetwork Configuration

GoogleCloudDataprocClusterPrivateIpv6GoogleAccessType.OUTBOUND

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

GoogleCloudDataprocClusterPrivateIpv6GoogleAccessType.BIDIRECTIONAL

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

Member of

GoogleCloudDataprocClusterGceClusterConfiguration object