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

VmServer

import type { VmServer } from "https://aws-api.deno.dev/v0.4/services/sms.ts?docs=full";

Represents a VM server.

interface VmServer {
vmManagerName?: string | null;
vmManagerType?: VmManagerType | null;
vmName?: string | null;
vmPath?: string | null;
vmServerAddress?: VmServerAddress | null;
}

§Properties

§
vmManagerName?: string | null
[src]

The name of the VM manager.

§
vmManagerType?: VmManagerType | null
[src]

The type of VM management product.

§
vmName?: string | null
[src]

The name of the VM.

§
vmPath?: string | null
[src]

The VM folder path in the vCenter Server virtual machine inventory tree.

§
vmServerAddress?: VmServerAddress | null
[src]

The VM server location.