Google Cloud Container V1 Client - Class ScalabilityMode (2.10.0)

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 \ DataplaneV2Config

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SCALABILITY_MODE_UNSPECIFIED

Value: 0

Default value.

Generated from protobuf enum SCALABILITY_MODE_UNSPECIFIED = 0;

DISABLED

Value: 3

Disables the scale optimized mode for DPv2.

Generated from protobuf enum DISABLED = 3;

SCALE_OPTIMIZED

Value: 4

Enables the scale optimized mode for DPv2.

Generated from protobuf enum SCALE_OPTIMIZED = 4;