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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document outlines the \u003ccode\u003eAvailableUpdates\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAvailableUpdates\u003c/code\u003e class, inheriting from \u003ccode\u003eObject\u003c/code\u003e, implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e for handling version information.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two constructors: a default \u003ccode\u003eAvailableUpdates()\u003c/code\u003e and one that takes another \u003ccode\u003eAvailableUpdates\u003c/code\u003e object as a parameter for creating a copy.\u003c/p\u003e\n"],["\u003cp\u003eIt exposes two properties, \u003ccode\u003eInPlaceUpdate\u003c/code\u003e and \u003ccode\u003eNewDeployableAppliance\u003c/code\u003e, both of type \u003ccode\u003eApplianceVersion\u003c/code\u003e, to manage the versions that can be updated in place or require a manual deployment, respectively.\u003c/p\u003e\n"]]],[],null,[]]