public sealed class ApplianceVersion : IMessage<ApplianceVersion>, IEquatable<ApplianceVersion>, IDeepCloneable<ApplianceVersion>, IBufferMessage, IMessage
Reference documentation and code samples for the VM Migration v1 API class ApplianceVersion.
[[["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 `ApplianceVersion` class within the Google Cloud VM Migration v1 API, specifically version 2.2.0, and the different versions available to use."],["`ApplianceVersion` describes the details of an appliance version and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ApplianceVersion` class includes properties such as `Critical` (a boolean to determine if an upgrade is necessary), `ReleaseNotesUri`, `Uri`, and `Version` (a string specifying the version number)."],["The class has two constructors, one of which accepts another `ApplianceVersion` to create a new one from the provided one, and an empty constructor."],["There are multiple available versions of this class, with 2.6.0 being the most current one, and 1.0.0 being the oldest in the list."]]],[]]