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

VmwareDhcpIpConfig

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

Represents the network configuration required for the VMware user clusters with DHCP IP configurations.

interface VmwareDhcpIpConfig {
enabled?: boolean;
}

§Properties

§
enabled?: boolean
[src]

enabled is a flag to mark if DHCP IP allocation is used for VMware user clusters.