Google Cloud Spanner Instance Administration v1 API - Class AutoscalingConfig.Types.AsymmetricAutoscalingOption (5.0.0-beta05)

public sealed class AutoscalingConfig.Types.AsymmetricAutoscalingOption : IMessage<AutoscalingConfig.Types.AsymmetricAutoscalingOption>, IEquatable<AutoscalingConfig.Types.AsymmetricAutoscalingOption>, IDeepCloneable<AutoscalingConfig.Types.AsymmetricAutoscalingOption>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class AutoscalingConfig.Types.AsymmetricAutoscalingOption.

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

Inheritance

object > AutoscalingConfig.Types.AsymmetricAutoscalingOption

Namespace

Google.Cloud.Spanner.Admin.Instance.V1

Assembly

Google.Cloud.Spanner.Admin.Instance.V1.dll

Constructors

AsymmetricAutoscalingOption()

public AsymmetricAutoscalingOption()

AsymmetricAutoscalingOption(AsymmetricAutoscalingOption)

public AsymmetricAutoscalingOption(AutoscalingConfig.Types.AsymmetricAutoscalingOption other)
Parameter
Name Description
other AutoscalingConfigTypesAsymmetricAutoscalingOption

Properties

Overrides

public AutoscalingConfig.Types.AsymmetricAutoscalingOption.Types.AutoscalingConfigOverrides Overrides { get; set; }

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

Property Value
Type Description
AutoscalingConfigTypesAsymmetricAutoscalingOptionTypesAutoscalingConfigOverrides

ReplicaSelection

public ReplicaSelection ReplicaSelection { get; set; }

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

Property Value
Type Description
ReplicaSelection