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

SourceProperties

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

Properties of the Source Server machine.

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

§Properties

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

An array of CPUs.

§
disks?: Disk[] | 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 Source 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.

§
recommendedInstanceType?: string | null
[src]

The recommended EC2 instance type that will be used when recovering the Source Server.