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

VmwareIpBlock

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

Represents a collection of IP addresses to assign to nodes.

interface VmwareIpBlock {
gateway?: string;
ips?: VmwareHostIp[];
netmask?: string;
}

§Properties

§
gateway?: string
[src]

The network gateway used by the VMware user cluster.

§

The node's network configurations used by the VMware user cluster.

§
netmask?: string
[src]

The netmask used by the VMware user cluster.