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."],[[["This page provides documentation for the `AvailableUpdates` class within the Google Cloud VM Migration v1 API, specifically version 2.4.0."],["The `AvailableUpdates` class holds information about available upgrade versions for VM migration."],["The latest version for in-place updates is accessible via the `InPlaceUpdate` property, while the newest deployable appliance version is found under `NewDeployableAppliance`."],["The document details that `AvailableUpdates` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes a list of available versions of the API, ranging from 1.0.0 to the latest 2.6.0."]]],[]]