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 \ PlacementPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0TYPE_UNSPECIFIED specifies no requirements on nodes placement.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
COMPACT
Value: 1COMPACT specifies node placement in the same availability domain to ensure low communication latency.
Generated from protobuf enum COMPACT = 1;