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

Hcx

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

Details about a HCX Cloud Manager appliance.

interface Hcx {
fqdn?: string;
internalIp?: string;
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "CREATING";
version?: string;
}

§Properties

§
fqdn?: string
[src]

Fully qualified domain name of the appliance.

§
internalIp?: string
[src]

Internal IP address of the appliance.

§
readonly state?: "STATE_UNSPECIFIED" | "ACTIVE" | "CREATING"
[src]

Output only. The state of the appliance.

§
version?: string
[src]

Version of the appliance.