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."],[[["Version 2.6.0 is the latest version available, while version 2.5.0 is the current version being documented here, with older versions listed."],["The `AvailableUpdates` class in the VM Migration v1 API provides information about versions available for upgrade, as detailed in the reference documentation and code samples."],["The `AvailableUpdates` class holds data regarding in-place updates and new deployable appliance versions, implementing various interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The document lists members inherited from `object`, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["Two constructors are provided for `AvailableUpdates`: one default constructor and another that accepts another `AvailableUpdates` object."]]],[]]