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

VcenterClient

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

vCenter client.

interface VcenterClient {
arn?: string | null;
datacenterName?: string | null;
hostname?: string | null;
lastSeenDatetime?: string | null;
sourceServerTags?: {
[key: string]: string | null | undefined;
}
| null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
vcenterClientID?: string | null;
vcenterUUID?: string | null;
}

§Properties

§
arn?: string | null
[src]

Arn of vCenter client.

§
datacenterName?: string | null
[src]

Datacenter name of vCenter client.

§
hostname?: string | null
[src]

Hostname of vCenter client .

§
lastSeenDatetime?: string | null
[src]

Last seen time of vCenter client.

§
sourceServerTags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags for Source Server of vCenter client.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags for vCenter client.

§
vcenterClientID?: string | null
[src]

ID of vCenter client.

§
vcenterUUID?: string | null
[src]

Vcenter UUID of vCenter client.