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-gyr5wj9zj0fg.deno.dev/v0.2/services/mgn.ts";
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]
§
disks?: Disk[] | null
[src]
§
identificationHints?: IdentificationHints | null
[src]
§
lastUpdatedDateTime?: string | null
[src]
§
networkInterfaces?: NetworkInterface[] | null
[src]
§
os?: OS | null
[src]
§
ramBytes?: number | null
[src]
§
recommendedInstanceType?: string | null
[src]