Reference documentation and code samples for the Google Cloud Container V1 Client class ScalabilityMode.
Options on how to scale the cluster.
Protobuf type google.container.v1.DataplaneV2Config.ScalabilityMode
Namespace
Google \ Cloud \ Container \ V1 \ DataplaneV2ConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SCALABILITY_MODE_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum SCALABILITY_MODE_UNSPECIFIED = 0;
DISABLED
Value: 3Disables the scale optimized mode for DPv2.
Generated from protobuf enum DISABLED = 3;
SCALE_OPTIMIZED
Value: 4Enables the scale optimized mode for DPv2.
Generated from protobuf enum SCALE_OPTIMIZED = 4;