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

VirtualMachine

import type { VirtualMachine } from "https://aws-api.deno.dev/v0.3/services/backupgateway.ts?docs=full";

A virtual machine that is on a hypervisor.

interface VirtualMachine {
HostName?: string | null;
HypervisorId?: string | null;
LastBackupDate?: Date | number | null;
Name?: string | null;
Path?: string | null;
ResourceArn?: string | null;
}

§Properties

§
HostName?: string | null
[src]

The host name of the virtual machine.

§
HypervisorId?: string | null
[src]

The ID of the virtual machine's hypervisor.

§
LastBackupDate?: Date | number | null
[src]

The most recent date a virtual machine was backed up, in Unix format and UTC time.

§
Name?: string | null
[src]

The name of the virtual machine.

§
Path?: string | null
[src]

The path of the virtual machine.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the virtual machine.