scalingMode property
The scaling mode for the service.
Optional. Possible string values are:
- "SCALING_MODE_UNSPECIFIED" : Unspecified.
- "AUTOMATIC" : Scale based on traffic between min and max instances.
- "MANUAL" : Scale to exactly min instances and ignore max instances.
Implementation
core.String? scalingMode;