Enum NodePool.PlacementPolicy.Type (2.47.0)

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

Type defines the type of placement policy.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()