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 document provides reference information for the `AvailableUpdates` class within the Google Cloud VM Migration v1 API."],["The `AvailableUpdates` class is used to convey information about upgradeable versions, acting as an implementer of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest stable version available is `2.6.0`, with previous versions dating back to `1.0.0` also accessible for review."],["The `AvailableUpdates` class has properties for `InPlaceUpdate` and `NewDeployableAppliance`, which hold the latest versions for in-place updates and new deployments, respectively, of type `ApplianceVersion`."],["The `AvailableUpdates` can be instantiated with no arguments or by using another `AvailableUpdates` object."]]],[]]