Thresholds
import type { Thresholds } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";
Thresholds define the utilization of resources triggering scale-out and scale-in operations.
interface Thresholds {
scaleIn?: number;
scaleOut?: number;
}