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

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;
}

§Properties

§
scaleIn?: number
[src]

Required. The utilization triggering the scale-in operation in percent.

§
scaleOut?: number
[src]

Required. The utilization triggering the scale-out operation in percent.