AutoscalingConfigOverrides
import type { AutoscalingConfigOverrides } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
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.
interface AutoscalingConfigOverrides {
autoscalingLimits?: AutoscalingLimits;
autoscalingTargetHighPriorityCpuUtilizationPercent?: number;
}§Properties
§
autoscalingLimits?: AutoscalingLimits
[src]Optional. If specified, overrides the min/max limit in the top-level autoscaling configuration for the selected replicas.