Google Cloud Container V1 Client - Class LocationPolicy (1.10.3)

Reference documentation and code samples for the Google Cloud Container V1 Client class LocationPolicy.

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

Protobuf type google.container.v1.NodePoolAutoscaling.LocationPolicy

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

LOCATION_POLICY_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum LOCATION_POLICY_UNSPECIFIED = 0;

BALANCED

Value: 1

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

Generated from protobuf enum BALANCED = 1;

ANY

Value: 2

ANY policy picks zones that have the highest capacity available.

Generated from protobuf enum ANY = 2;