Google Cloud Container V1 Client - Class Type (1.9.1)

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

Type defines the type of placement policy.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

TYPE_UNSPECIFIED specifies no requirements on nodes placement.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

COMPACT

Value: 1

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

Generated from protobuf enum COMPACT = 1;