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

IdentificationHints

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

Identification hints.

interface IdentificationHints {
awsInstanceID?: string | null;
fqdn?: string | null;
hostname?: string | null;
vmPath?: string | null;
vmWareUuid?: string | null;
}

§Properties

§
awsInstanceID?: string | null
[src]

AWS Instance ID identification hint.

§
fqdn?: string | null
[src]

FQDN address identification hint.

§
hostname?: string | null
[src]

Hostname identification hint.

§
vmPath?: string | null
[src]

vCenter VM path identification hint.

§
vmWareUuid?: string | null
[src]

vmWare UUID identification hint.