Enum NodePoolAutoscaling.LocationPolicy (2.44.0)

public enum NodePoolAutoscaling.LocationPolicy extends Enum<NodePoolAutoscaling.LocationPolicy> implements ProtocolMessageEnum

Location policy specifies how zones are picked when scaling up the nodepool.

Protobuf enum google.container.v1beta1.NodePoolAutoscaling.LocationPolicy

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANY

ANY policy picks zones that have the highest capacity available.

ANY = 2;

ANY_VALUE

ANY policy picks zones that have the highest capacity available.

ANY = 2;

BALANCED

BALANCED is a best effort policy that aims to balance the sizes of different zones.

BALANCED = 1;

BALANCED_VALUE

BALANCED is a best effort policy that aims to balance the sizes of different zones.

BALANCED = 1;

LOCATION_POLICY_UNSPECIFIED

Not set.

LOCATION_POLICY_UNSPECIFIED = 0;

LOCATION_POLICY_UNSPECIFIED_VALUE

Not set.

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