Show / Hide Table of Contents

Class GoogleCloudRunV2RevisionScaling

Settings for revision-level scaling settings.

Inheritance
object
GoogleCloudRunV2RevisionScaling
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2RevisionScaling : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MaxInstanceCount

Optional. Maximum number of serving instances that this resource should have. When unspecified, the field is set to the server default value of 100. For more information see https://cloud.google.com/run/docs/configuring/max-instances

Declaration
[JsonProperty("maxInstanceCount")]
public virtual int? MaxInstanceCount { get; set; }
Property Value
Type Description
int?

MinInstanceCount

Optional. Minimum number of serving instances that this resource should have.

Declaration
[JsonProperty("minInstanceCount")]
public virtual int? MinInstanceCount { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX