mode property
The autoscaling mode.
Set to one of: ON, OFF, or ONLY_SCALE_OUT. For more information, see Autoscaler modes. Possible string values are:
- "MODE_UNSPECIFIED"
- "OFF" : Autoscaling is disabled.
- "ON" : Autocaling is fully enabled.
- "ONLY_SCALE_OUT" : Autoscaling will only scale out and will not remove nodes.
Implementation
core.String? mode;