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

GoogleCloudConnectorsV1HPAConfig

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

Autoscaling config for connector deployment system metrics.

interface GoogleCloudConnectorsV1HPAConfig {
readonly cpuUtilizationThreshold?: bigint;
readonly memoryUtilizationThreshold?: bigint;
}

§Properties

§
readonly cpuUtilizationThreshold?: bigint
[src]

Output only. Percent CPU utilization where HPA triggers autoscaling.

§
readonly memoryUtilizationThreshold?: bigint
[src]

Output only. Percent Memory utilization where HPA triggers autoscaling.