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

InventoryOsInfo

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

Operating system information for the VM.

interface InventoryOsInfo {
architecture?: string;
hostname?: string;
kernelRelease?: string;
kernelVersion?: string;
longName?: string;
osconfigAgentVersion?: string;
shortName?: string;
version?: string;
}

§Properties

§
architecture?: string
[src]

The system architecture of the operating system.

§
hostname?: string
[src]

The VM hostname.

§
kernelRelease?: string
[src]

The kernel release of the operating system.

§
kernelVersion?: string
[src]

The kernel version of the operating system.

§
longName?: string
[src]

The operating system long name. For example 'Debian GNU/Linux 9' or 'Microsoft Window Server 2019 Datacenter'.

§
osconfigAgentVersion?: string
[src]

The current version of the OS Config agent running on the VM.

§
shortName?: string
[src]

The operating system short name. For example, 'windows' or 'debian'.

§
version?: string
[src]

The version of the operating system.