Class Mode (1.19.0)

Mode(value)

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

Enums

Name Description
UNDEFINED_MODE A value indicating that the enum field is not set.
MODE_UNSPECIFIED No description available.
OFF Autoscaling is disabled.
ON Autocaling is fully enabled.
ONLY_SCALE_OUT Autoscaling will only scale out and will not remove nodes.