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

ApplianceVersion

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

Describes an appliance version.

interface ApplianceVersion {
critical?: boolean;
releaseNotesUri?: string;
uri?: string;
version?: string;
}

§Properties

§
critical?: boolean
[src]

Determine whether it's critical to upgrade the appliance to this version.

§
releaseNotesUri?: string
[src]

Link to a page that contains the version release notes.

§
uri?: string
[src]

A link for downloading the version.

§
version?: string
[src]

The appliance version.