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

VmwareVersionInfo

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

Contains information about a specific Anthos on VMware version.

interface VmwareVersionInfo {
dependencies?: UpgradeDependency[];
hasDependencies?: boolean;
isInstalled?: boolean;
version?: string;
}

§Properties

§
dependencies?: UpgradeDependency[]
[src]

The list of upgrade dependencies for this version.

§
hasDependencies?: boolean
[src]

If set, the cluster dependencies (e.g. the admin cluster, other user clusters managed by the same admin cluster) must be upgraded before this version can be installed or upgraded to.

§
isInstalled?: boolean
[src]

If set, the version is installed in the admin cluster. Otherwise, the version bundle must be downloaded and installed before a user cluster can be created at or upgraded to this version.

§
version?: string
[src]

Version number e.g. 1.13.1-gke.1000.