Module: Google::Cloud::Container::V1beta1::StackType
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Possible values for IP stack type
Constant Summary collapse
- STACK_TYPE_UNSPECIFIED =
By default, the clusters will be IPV4 only
0
- IPV4 =
The value used if the cluster is a IPV4 only
1
- IPV4_IPV6 =
The value used if the cluster is a dual stack cluster
2