Module Google::Cloud::Compute::V1::NodeGroupAutoscalingPolicy::Mode (v1.0.0)

The autoscaling mode. Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes.

Constants

UNDEFINED_MODE

value: 0
A value indicating that the enum field is not set.

MODE_UNSPECIFIED

value: 371348091

OFF

value: 78159
Autoscaling is disabled.

ON

value: 2527
Autocaling is fully enabled.

ONLY_SCALE_OUT

value: 152713670
Autoscaling will only scale out and will not remove nodes.