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

GuestRuntimeDetails

import type { GuestRuntimeDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";

Guest OS runtime information.

interface GuestRuntimeDetails {
domain?: string;
lastBootTime?: Date;
machineName?: string;
openFileList?: OpenFileList;
processes?: RunningProcessList;
services?: RunningServiceList;
}

§Properties

§
domain?: string
[src]

Domain, e.g. c.stratozone-development.internal.

§

Installed applications information.

§
lastBootTime?: Date
[src]

Last time the OS was booted.

§
machineName?: string
[src]

Machine name.

§

Runtime network information (connections, ports).

§
openFileList?: OpenFileList
[src]

Open files information.

§

Running processes.

§

Running background services.