Enum NodePool.PlacementPolicy.Type (2.5.1)

public enum NodePool.PlacementPolicy.Type extends Enum<NodePool.PlacementPolicy.Type> implements ProtocolMessageEnum

Type defines the type of placement policy.

Protobuf enum google.container.v1beta1.NodePool.PlacementPolicy.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPACT

COMPACT specifies node placement in the same availability domain to ensure low communication latency.

COMPACT = 1;

COMPACT_VALUE

COMPACT specifies node placement in the same availability domain to ensure low communication latency.

COMPACT = 1;

TYPE_UNSPECIFIED

TYPE_UNSPECIFIED specifies no requirements on nodes placement.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

TYPE_UNSPECIFIED specifies no requirements on nodes placement.

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()