Show / Hide Table of Contents

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.

Inheritance
object
AutoscalingConfigOverrides
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 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?

AutoscalingTargetTotalCpuUtilizationPercent

Optional. If specified, overrides the autoscaling target total_cpu_utilization_percent in the top-level autoscaling configuration for the selected replicas.

Declaration
[JsonProperty("autoscalingTargetTotalCpuUtilizationPercent")]
public virtual int? AutoscalingTargetTotalCpuUtilizationPercent { get; set; }
Property Value
Type Description
int?

DisableHighPriorityCpuAutoscaling

Optional. If true, disables high priority CPU autoscaling for the selected replicas and ignores high_priority_cpu_utilization_percent in the top-level autoscaling configuration. When setting this field to true, setting autoscaling_target_high_priority_cpu_utilization_percent field to a non-zero value for the same replica is not supported. If false, the autoscaling_target_high_priority_cpu_utilization_percent field in the replica will be used if set to a non-zero value. Otherwise, the high_priority_cpu_utilization_percent field in the top-level autoscaling configuration will be used. Setting both disable_high_priority_cpu_autoscaling and disable_total_cpu_autoscaling to true for the same replica is not supported.

Declaration
[JsonProperty("disableHighPriorityCpuAutoscaling")]
public virtual bool? DisableHighPriorityCpuAutoscaling { get; set; }
Property Value
Type Description
bool?

DisableTotalCpuAutoscaling

Optional. If true, disables total CPU autoscaling for the selected replicas and ignores total_cpu_utilization_percent in the top-level autoscaling configuration. When setting this field to true, setting autoscaling_target_total_cpu_utilization_percent field to a non-zero value for the same replica is not supported. If false, the autoscaling_target_total_cpu_utilization_percent field in the replica will be used if set to a non-zero value. Otherwise, the total_cpu_utilization_percent field in the top-level autoscaling configuration will be used. Setting both disable_high_priority_cpu_autoscaling and disable_total_cpu_autoscaling to true for the same replica is not supported.

Declaration
[JsonProperty("disableTotalCpuAutoscaling")]
public virtual bool? DisableTotalCpuAutoscaling { get; set; }
Property Value
Type Description
bool?

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