TargetMetric
import type { TargetMetric } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
Target metric for read pool auto scaling.
interface TargetMetric {
metric?: string;
targetValue?: number;
}import type { TargetMetric } from "https://googleapis.deno.dev/v1/sqladmin:v1.ts";
Target metric for read pool auto scaling.