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

AutoscalingConfig

import type { AutoscalingConfig } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

Autoscaling configuration for an instance.

interface AutoscalingConfig {
asymmetricAutoscalingOptions?: AsymmetricAutoscalingOption[];
autoscalingLimits?: AutoscalingLimits;
autoscalingTargets?: AutoscalingTargets;
}

§Properties

§
asymmetricAutoscalingOptions?: AsymmetricAutoscalingOption[]
[src]

Optional. Optional asymmetric autoscaling options. Replicas matching the replica selection criteria will be autoscaled independently from other replicas. The autoscaler will scale the replicas based on the utilization of replicas identified by the replica selection. Replica selections should not overlap with each other. Other replicas (those do not match any replica selection) will be autoscaled together and will have the same compute capacity allocated to them.

§
autoscalingLimits?: AutoscalingLimits
[src]

Required. Autoscaling limits for an instance.

§
autoscalingTargets?: AutoscalingTargets
[src]

Required. The autoscaling targets for an instance.