public sealed class AvailableUpdates : IMessage<AvailableUpdates>, IEquatable<AvailableUpdates>, IDeepCloneable<AvailableUpdates>, IBufferMessage, IMessage
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 outlines the `AvailableUpdates` class, which provides information about available versions for upgrading within the Google.Cloud.VMMigration.V1 namespace, with the latest version being 2.6.0 and version 2.1.0 being the current page context."],["The `AvailableUpdates` class, inheriting from `Object`, implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling version information."],["The class contains two constructors: a default `AvailableUpdates()` and one that takes another `AvailableUpdates` object as a parameter for creating a copy."],["It exposes two properties, `InPlaceUpdate` and `NewDeployableAppliance`, both of type `ApplianceVersion`, to manage the versions that can be updated in place or require a manual deployment, respectively."]]],[]]