Show / Hide Table of Contents

Class AutoscalingConfig

Autoscaling configuration for an instance.

Inheritance
object
AutoscalingConfig
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 AutoscalingConfig : IDirectResponseSchema

Properties

AsymmetricAutoscalingOptions

Optional. Optional asymmetric autoscaling options. Replicas matching the replica selection criteria will be autoscaled independently from other replicas. The autoscaler will scale the replicas based on the utilization of replicas identified by the replica selection. Replica selections should not overlap with each other. Other replicas (those do not match any replica selection) will be autoscaled together and will have the same compute capacity allocated to them.

Declaration
[JsonProperty("asymmetricAutoscalingOptions")]
public virtual IList<AsymmetricAutoscalingOption> AsymmetricAutoscalingOptions { get; set; }
Property Value
Type Description
IList<AsymmetricAutoscalingOption>

AutoscalingLimits

Required. Autoscaling limits for an instance.

Declaration
[JsonProperty("autoscalingLimits")]
public virtual AutoscalingLimits AutoscalingLimits { get; set; }
Property Value
Type Description
AutoscalingLimits

AutoscalingTargets

Required. The autoscaling targets for an instance.

Declaration
[JsonProperty("autoscalingTargets")]
public virtual AutoscalingTargets AutoscalingTargets { get; set; }
Property Value
Type Description
AutoscalingTargets

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX