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"
| "ACTIVATING";
version?: string;
}