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 documentation for the `ApplianceVersion` class within the VM Migration v1 API, detailing its properties, constructors, inheritance, and implemented interfaces."],["The `ApplianceVersion` class is designed to describe an appliance version, and it is currently presented in version 2.5.0 of the Google.Cloud.VMMigration.V1 package, with the most current version being 2.6.0."],["Key properties of the `ApplianceVersion` class include `Critical` (a boolean indicating upgrade importance), `ReleaseNotesUri` (a string for release notes), `Uri` (a string for download link), and `Version` (a string for the appliance's version)."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class, which contains properties like `GetHashCode`, `GetType` and `ToString`."],["The class provides two constructors: a default constructor and one that takes another `ApplianceVersion` object as a parameter, enabling initialization with existing data."]]],[]]