VmwareUpgradeComponent
import type { VmwareUpgradeComponent } from "https://googleapis.deno.dev/v1/vmwareengine:v1.ts";
Per component upgrade resource
interface VmwareUpgradeComponent {
readonly componentType?:
| "VMWARE_COMPONENT_TYPE_UNSPECIFIED"
| "VCENTER"
| "ESXI"
| "NSXT_UC"
| "NSXT_EDGE"
| "NSXT_MGR"
| "HCX"
| "VSAN"
| "DVS"
| "NAMESERVER_VM"
| "KMS_VM"
| "WITNESS_VM"
| "NSXT"
| "CLUSTER";
readonly state?:
} | "STATE_UNSPECIFIED"
| "RUNNING"
| "PAUSED"
| "SUCCEEDED"
| "FAILED"
| "NOT_STARTED"
| "NOT_APPLICABLE";