Reference documentation and code samples for the Compute V1 Client class Mode.
The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.
Protobuf type google.cloud.compute.v1.NodeGroupAutoscalingPolicy.Mode
Namespace
Google \ Cloud \ Compute \ V1 \ NodeGroupAutoscalingPolicyMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_MODE
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_MODE = 0;
MODE_UNSPECIFIED
Value: 371348091
Generated from protobuf enum MODE_UNSPECIFIED = 371348091;
OFF
Value: 78159
Autoscaling is disabled.
Generated from protobuf enum OFF = 78159;
ON
Value: 2527
Autocaling is fully enabled.
Generated from protobuf enum ON = 2527;
ONLY_SCALE_OUT
Value: 152713670
Autoscaling will only scale out and will not remove nodes.
Generated from protobuf enum ONLY_SCALE_OUT = 152713670;