Class GoogleCloudRunV2ServiceScaling
Scaling settings applied at the service level rather than at the revision level.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2ServiceScaling : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinInstanceCount
Optional. total min instances for the service. This number of instances is divided among all revisions with specified traffic based on the percent of traffic they are receiving.
Declaration
[JsonProperty("minInstanceCount")]
public virtual int? MinInstanceCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
ScalingMode
Optional. The scaling mode for the service.
Declaration
[JsonProperty("scalingMode")]
public virtual string ScalingMode { get; set; }
Property Value
Type | Description |
---|---|
string |