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

VmwareStaticIpConfig

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

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

interface VmwareStaticIpConfig {
ipBlocks?: VmwareIpBlock[];
}

§Properties

§
ipBlocks?: VmwareIpBlock[]
[src]

Represents the configuration values for static IP allocation to nodes.