Google Cloud Container V1 Client - Class StackType (1.22.0)

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

Namespace

Google \ Cloud \ Container \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::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;