Module: Google::Cloud::Container::V1::PrivateIPv6GoogleAccess
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
PrivateIPv6GoogleAccess controls whether and how the pods can communicate with Google Services through gRPC over IPv6.
Constant Summary collapse
- PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED =
Default value. Same as DISABLED
0
- PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED =
No private access to or from Google Services
1
- PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE =
Enables private IPv6 access to Google Services from GKE
2
- PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL =
Enables priate IPv6 access to and from Google Services
3