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

OSImage

import type { OSImage } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Operation System image.

interface OSImage {
applicableInstanceTypes?: string[];
code?: string;
description?: string;
readonly name?: string;
supportedNetworkTemplates?: string[];
}

§Properties

§
applicableInstanceTypes?: string[]
[src]

Instance types this image is applicable to. Available types

§
code?: string
[src]

OS Image code.

§
description?: string
[src]

OS Image description.

§
readonly name?: string
[src]

Output only. OS Image's unique name.

§
supportedNetworkTemplates?: string[]
[src]

Network templates that can be used with this OS Image.