Module: Google::Cloud::Container::V1::StackType

Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Possible values for IP stack type

Constant Summary collapse

STACK_TYPE_UNSPECIFIED =

Default value, will be defaulted as IPV4 only

0
IPV4 =

Cluster is IPV4 only

1
IPV4_IPV6 =

Cluster can use both IPv4 and IPv6

2