public enum ServiceScaling.Types.ScalingModeReference documentation and code samples for the Cloud Run Admin v2 API enum ServiceScaling.Types.ScalingMode.
The scaling mode for the service. If not provided, it defaults to AUTOMATIC.
Namespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Fields |
|
|---|---|
| Name | Description |
Automatic |
Scale based on traffic between min and max instances. |
Manual |
Scale to exactly min instances and ignore max instances. |
Unspecified |
Unspecified. |