Enum IPAllocationPolicy.StackType (2.44.0)

public enum IPAllocationPolicy.StackType extends Enum<IPAllocationPolicy.StackType> implements ProtocolMessageEnum

Possible values for IP stack type

Protobuf enum google.container.v1beta1.IPAllocationPolicy.StackType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
IPV4

The value used if the cluster is a IPV4 only

IPV4 = 1;

IPV4_IPV6

The value used if the cluster is a dual stack cluster

IPV4_IPV6 = 2;

IPV4_IPV6_VALUE

The value used if the cluster is a dual stack cluster

IPV4_IPV6 = 2;

IPV4_VALUE

The value used if the cluster is a IPV4 only

IPV4 = 1;

STACK_TYPE_UNSPECIFIED

By default, the clusters will be IPV4 only

STACK_TYPE_UNSPECIFIED = 0;

STACK_TYPE_UNSPECIFIED_VALUE

By default, the clusters will be IPV4 only

STACK_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()