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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STACK_TYPE_UNSPECIFIED
Value: 0Default value, will be defaulted as IPV4 only
Generated from protobuf enum STACK_TYPE_UNSPECIFIED = 0;
IPV4
Value: 1Cluster is IPV4 only
Generated from protobuf enum IPV4 = 1;
IPV4_IPV6
Value: 2Cluster can use both IPv4 and IPv6
Generated from protobuf enum IPV4_IPV6 = 2;