public sealed class AvailableUpdates : IMessage<AvailableUpdates>, IEquatable<AvailableUpdates>, IDeepCloneable<AvailableUpdates>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class AvailableUpdates.
Holds informatiom about the available versions for upgrade.
public ApplianceVersion NewDeployableAppliance { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `AvailableUpdates` class within the VM Migration v1 API provides information about versions available for upgrading VM appliances."],["Version 2.6.0 is the latest version, while the current version in focus of the documentation is 2.3.0, and it lists down the available versions up to 1.0.0."],["The `AvailableUpdates` class can be upgraded to an `InPlaceUpdate` version, or require deploying a new appliance with the `NewDeployableAppliance` version."],["The `AvailableUpdates` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AvailableUpdates` class has two constructors, one empty and one with a `AvailableUpdates other` parameter to give it a value."]]],[]]