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

SapDiscoveryResourceInstancePropertiesKernelVersion

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

KernelVersion encapsulates the kernel version data for the system.

interface SapDiscoveryResourceInstancePropertiesKernelVersion {
rawString?: string;
}

§Properties

§

Optional. Captures the distro-specific kernel version, the portion of the string following the first dash.

§

Optional. Captures the OS-specific kernel version, the portion of the string up to the first dash.

§
rawString?: string
[src]

Optional. Raw string of the kernel version.