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

BareMetalManualLbConfig

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

Represents configuration parameters for a manual load balancer.

interface BareMetalManualLbConfig {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

Whether manual load balancing is enabled.