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

VmwarePlatformDetails

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

VMware specific details.

interface VmwarePlatformDetails {
esxVersion?: string;
osid?: string;
vcenterFolder?: string;
vcenterUri?: string;
vcenterVersion?: string;
vcenterVmId?: string;
}

§Properties

§
esxVersion?: string
[src]

ESX version.

§
vcenterFolder?: string
[src]

Folder name in vCenter where asset resides.

§
vcenterUri?: string
[src]

vCenter URI used in collection.

§
vcenterVersion?: string
[src]

vCenter version.

§
vcenterVmId?: string
[src]

vCenter VM ID.