public static interface AutoscalingConfig.AsymmetricAutoscalingOption.AutoscalingConfigOverridesOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAutoscalingLimits()
public abstract AutoscalingConfig.AutoscalingLimits getAutoscalingLimits()Optional. If specified, overrides the min/max limit in the top-level autoscaling configuration for the selected replicas.
.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits autoscaling_limits = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AutoscalingConfig.AutoscalingLimits |
The autoscalingLimits. |
getAutoscalingLimitsOrBuilder()
public abstract AutoscalingConfig.AutoscalingLimitsOrBuilder getAutoscalingLimitsOrBuilder()Optional. If specified, overrides the min/max limit in the top-level autoscaling configuration for the selected replicas.
.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits autoscaling_limits = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
AutoscalingConfig.AutoscalingLimitsOrBuilder |
|
getAutoscalingTargetHighPriorityCpuUtilizationPercent()
public abstract int getAutoscalingTargetHighPriorityCpuUtilizationPercent()Optional. If specified, overrides the autoscaling target high_priority_cpu_utilization_percent in the top-level autoscaling configuration for the selected replicas.
int32 autoscaling_target_high_priority_cpu_utilization_percent = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The autoscalingTargetHighPriorityCpuUtilizationPercent. |
hasAutoscalingLimits()
public abstract boolean hasAutoscalingLimits()Optional. If specified, overrides the min/max limit in the top-level autoscaling configuration for the selected replicas.
.google.spanner.admin.instance.v1.AutoscalingConfig.AutoscalingLimits autoscaling_limits = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the autoscalingLimits field is set. |