Show / Hide Table of Contents

Class AsymmetricAutoscalingOption

AsymmetricAutoscalingOption specifies the scaling of replicas identified by the given selection.

Inheritance
object
AsymmetricAutoscalingOption
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.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class AsymmetricAutoscalingOption : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Overrides

Optional. Overrides applied to the top-level autoscaling configuration for the selected replicas.

Declaration
[JsonProperty("overrides")]
public virtual AutoscalingConfigOverrides Overrides { get; set; }
Property Value
Type Description
AutoscalingConfigOverrides

ReplicaSelection

Required. Selects the replicas to which this AsymmetricAutoscalingOption applies. Only read-only replicas are supported.

Declaration
[JsonProperty("replicaSelection")]
public virtual InstanceReplicaSelection ReplicaSelection { get; set; }
Property Value
Type Description
InstanceReplicaSelection

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX