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

VmwareHostIp

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

Represents VMware user cluster node's network configuration.

interface VmwareHostIp {
hostname?: string;
ip?: string;
}

§Properties

§
hostname?: string
[src]

Hostname of the machine. VM's name will be used if this field is empty.

§
ip?: string
[src]

IP could be an IP address (like 1.2.3.4) or a CIDR (like 1.2.3.0/24).