Google Cloud Container V1 Client - Class PrivateIPv6GoogleAccess (1.12.1)

Reference documentation and code samples for the Google Cloud Container V1 Client class PrivateIPv6GoogleAccess.

PrivateIPv6GoogleAccess controls whether and how the pods can communicate with Google Services through gRPC over IPv6.

Protobuf type google.container.v1.PrivateIPv6GoogleAccess

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED

Value: 0

Default value. Same as DISABLED

Generated from protobuf enum PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED = 0;

PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED

Value: 1

No private access to or from Google Services

Generated from protobuf enum PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED = 1;

PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE

Value: 2

Enables private IPv6 access to Google Services from GKE

Generated from protobuf enum PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE = 2;

PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL

Value: 3

Enables private IPv6 access to and from Google Services

Generated from protobuf enum PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL = 3;