Google Cloud Container V1 Client - Class Type (1.30.3)

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

Namespace

Google \ Cloud \ Container \ V1 \ NodePool \ PlacementPolicy

Methods

static::name

Parameter
Name Description
value mixed

static::value

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