Class AsymmetricAutoscalingOption
AsymmetricAutoscalingOption specifies the scaling of replicas identified by the given selection.
Implements
Inherited Members
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 |