Google Cloud Container V1 Client - Class StackType (1.10.3)

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

Possible values for IP stack type

Protobuf type google.container.v1.StackType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STACK_TYPE_UNSPECIFIED

Value: 0

Default value, will be defaulted as IPV4 only

Generated from protobuf enum STACK_TYPE_UNSPECIFIED = 0;

IPV4

Value: 1

Cluster is IPV4 only

Generated from protobuf enum IPV4 = 1;

IPV4_IPV6

Value: 2

Cluster can use both IPv4 and IPv6

Generated from protobuf enum IPV4_IPV6 = 2;