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

InstanceHardware

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

Describes the hardware for the instance.

interface InstanceHardware {
cpuCount?: number | null;
disks?: Disk[] | null;
ramSizeInGb?: number | null;
}

§Properties

§
cpuCount?: number | null
[src]

The number of vCPUs the instance has.

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

The disks attached to the instance.

§
ramSizeInGb?: number | null
[src]

The amount of RAM in GB on the instance (e.g., 1.0).