Module: Google::Cloud::Compute::V1::NodeGroupAutoscalingPolicy::Mode

Defined in:
proto_docs/google/cloud/compute/v1/compute.rb

Overview

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

Constant Summary collapse

UNDEFINED_MODE =

A value indicating that the enum field is not set.

0
MODE_UNSPECIFIED =
371_348_091
OFF =

Autoscaling is disabled.

78_159
ON =

Autocaling is fully enabled.

2527
ONLY_SCALE_OUT =

Autoscaling will only scale out and will not remove nodes.

152_713_670