Cloud Run Admin v2 API - Enum ServiceScaling.Types.ScalingMode (2.10.0)

public enum ServiceScaling.Types.ScalingMode

Reference 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.V2

Assembly

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.