public sealed class AutoscalingConfig.Types.AsymmetricAutoscalingOption : IMessage<AutoscalingConfig.Types.AsymmetricAutoscalingOption>, IEquatable<AutoscalingConfig.Types.AsymmetricAutoscalingOption>, IDeepCloneable<AutoscalingConfig.Types.AsymmetricAutoscalingOption>, IBufferMessage, IMessageReference 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.
Implements
IMessageAutoscalingConfigTypesAsymmetricAutoscalingOption, IEquatableAutoscalingConfigTypesAsymmetricAutoscalingOption, IDeepCloneableAutoscalingConfigTypesAsymmetricAutoscalingOption, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
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 |
|