Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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 {
replicaSelection?: InstanceReplicaSelection;
}

§Properties

§

Optional. Overrides applied to the top-level autoscaling configuration for the selected replicas.

§

Required. Selects the replicas to which this AsymmetricAutoscalingOption applies. Only read-only replicas are supported.