Class 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.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class AutoscalingConfigOverrides : IDirectResponseSchema
Properties
AutoscalingLimits
Optional. If specified, overrides the min/max limit in the top-level autoscaling configuration for the selected replicas.
Declaration
[JsonProperty("autoscalingLimits")]
public virtual AutoscalingLimits AutoscalingLimits { get; set; }
Property Value
Type | Description |
---|---|
AutoscalingLimits |
AutoscalingTargetHighPriorityCpuUtilizationPercent
Optional. If specified, overrides the autoscaling target high_priority_cpu_utilization_percent in the top-level autoscaling configuration for the selected replicas.
Declaration
[JsonProperty("autoscalingTargetHighPriorityCpuUtilizationPercent")]
public virtual int? AutoscalingTargetHighPriorityCpuUtilizationPercent { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |