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

AvailableUpdates

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

Holds informatiom about the available versions for upgrade.

interface AvailableUpdates {
inPlaceUpdate?: ApplianceVersion;
newDeployableAppliance?: ApplianceVersion;
}

§Properties

§
inPlaceUpdate?: ApplianceVersion
[src]

The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.

§
newDeployableAppliance?: ApplianceVersion
[src]

The newest deployable version of the appliance. The current appliance can't be updated into this version, and the owner must manually deploy this OVA to a new appliance.