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

AutoscalingPolicyLoadBalancingUtilization

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

Configuration parameters of autoscaling based on load balancing.

interface AutoscalingPolicyLoadBalancingUtilization {
utilizationTarget?: number;
}

§Properties

§
utilizationTarget?: number
[src]

Fraction of backend capacity utilization (set in HTTP(S) load balancing configuration) that the autoscaler maintains. Must be a positive float value. If not defined, the default is 0.8.