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

VmServerAddress

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

Represents a VM server location.

interface VmServerAddress {
vmId?: string | null;
vmManagerId?: string | null;
}

§Properties

§
vmId?: string | null
[src]

The ID of the VM.

§
vmManagerId?: string | null
[src]

The ID of the VM manager.