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/drs.ts?docs=full";

Hints used to uniquely identify a machine.

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

§Properties

§
awsInstanceID?: string | null
[src]

AWS Instance ID identification hint.

§
fqdn?: string | null
[src]

Fully Qualified Domain Name identification hint.

§
hostname?: string | null
[src]

Hostname identification hint.

§
vmWareUuid?: string | null
[src]

vCenter VM path identification hint.