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

VmwareVmsDetails

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

VmwareVmsDetails describes VMs in vCenter.

interface VmwareVmsDetails {
details?: VmwareVmDetails[];
}

§Properties

§

The details of the vmware VMs.