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

RecoveryInstanceProperties

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

Properties of the Recovery Instance machine.

interface RecoveryInstanceProperties {
cpus?: CPU[] | null;
disks?: RecoveryInstanceDisk[] | null;
identificationHints?: IdentificationHints | null;
lastUpdatedDateTime?: string | null;
networkInterfaces?: NetworkInterface[] | null;
os?: OS | null;
ramBytes?: number | null;
}

§Properties

§
cpus?: CPU[] | null
[src]

An array of CPUs.

§
disks?: RecoveryInstanceDisk[] | null
[src]

An array of disks.

§
identificationHints?: IdentificationHints | null
[src]

Hints used to uniquely identify a machine.

§
lastUpdatedDateTime?: string | null
[src]

The date and time the Recovery Instance properties were last updated on.

§
networkInterfaces?: NetworkInterface[] | null
[src]

An array of network interfaces.

§
os?: OS | null
[src]

Operating system.

§
ramBytes?: number | null
[src]

The amount of RAM in bytes.