public sealed class AutoscalingConfig.Types.AsymmetricAutoscalingOption.Types.AutoscalingConfigOverrides : IMessage<AutoscalingConfig.Types.AsymmetricAutoscalingOption.Types.AutoscalingConfigOverrides>, IEquatable<AutoscalingConfig.Types.AsymmetricAutoscalingOption.Types.AutoscalingConfigOverrides>, IDeepCloneable<AutoscalingConfig.Types.AsymmetricAutoscalingOption.Types.AutoscalingConfigOverrides>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner Instance Administration v1 API class AutoscalingConfig.Types.AsymmetricAutoscalingOption.Types.AutoscalingConfigOverrides.
Overrides the top-level autoscaling configuration for the replicas
identified by replica_selection
. All fields in this message are
optional. Any unspecified fields will use the corresponding values from
the top-level autoscaling configuration.
Inheritance
object > AutoscalingConfig.Types.AsymmetricAutoscalingOption.Types.AutoscalingConfigOverridesImplements
IMessageAutoscalingConfigTypesAsymmetricAutoscalingOptionTypesAutoscalingConfigOverrides, IEquatableAutoscalingConfigTypesAsymmetricAutoscalingOptionTypesAutoscalingConfigOverrides, IDeepCloneableAutoscalingConfigTypesAsymmetricAutoscalingOptionTypesAutoscalingConfigOverrides, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Instance.V1Assembly
Google.Cloud.Spanner.Admin.Instance.V1.dll
Constructors
AutoscalingConfigOverrides()
public AutoscalingConfigOverrides()
AutoscalingConfigOverrides(AutoscalingConfigOverrides)
public AutoscalingConfigOverrides(AutoscalingConfig.Types.AsymmetricAutoscalingOption.Types.AutoscalingConfigOverrides other)
Parameter | |
---|---|
Name | Description |
other |
AutoscalingConfigTypesAsymmetricAutoscalingOptionTypesAutoscalingConfigOverrides |
Properties
AutoscalingLimits
public AutoscalingConfig.Types.AutoscalingLimits AutoscalingLimits { get; set; }
Optional. If specified, overrides the min/max limit in the top-level autoscaling configuration for the selected replicas.
Property Value | |
---|---|
Type | Description |
AutoscalingConfigTypesAutoscalingLimits |
AutoscalingTargetHighPriorityCpuUtilizationPercent
public int AutoscalingTargetHighPriorityCpuUtilizationPercent { get; set; }
Optional. If specified, overrides the autoscaling target high_priority_cpu_utilization_percent in the top-level autoscaling configuration for the selected replicas.
Property Value | |
---|---|
Type | Description |
int |