AsymmetricAutoscalingOption
import type { AsymmetricAutoscalingOption } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
AsymmetricAutoscalingOption specifies the scaling of replicas identified by the given selection.
interface AsymmetricAutoscalingOption {
overrides?: AutoscalingConfigOverrides;
replicaSelection?: InstanceReplicaSelection;
}§Properties
§
overrides?: AutoscalingConfigOverrides
[src]Optional. Overrides applied to the top-level autoscaling configuration for the selected replicas.
§
replicaSelection?: InstanceReplicaSelection
[src]Required. Selects the replicas to which this AsymmetricAutoscalingOption applies. Only read-only replicas are supported.