ReadPoolAutoScaleConfig
import type { ReadPoolAutoScaleConfig } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
The read pool auto-scale configuration.
interface ReadPoolAutoScaleConfig {
disableScaleIn?: boolean;
enabled?: boolean;
maxNodeCount?: number;
minNodeCount?: number;
targetMetrics?: TargetMetric[];
}