VM Migration v1 API - Class ApplianceVersion (2.5.0)

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.

Describes an appliance version.

Inheritance

object > ApplianceVersion

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ApplianceVersion()

public ApplianceVersion()

ApplianceVersion(ApplianceVersion)

public ApplianceVersion(ApplianceVersion other)
Parameter
NameDescription
otherApplianceVersion

Properties

Critical

public bool Critical { get; set; }

Determine whether it's critical to upgrade the appliance to this version.

Property Value
TypeDescription
bool

ReleaseNotesUri

public string ReleaseNotesUri { get; set; }

Link to a page that contains the version release notes.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

A link for downloading the version.

Property Value
TypeDescription
string

Version

public string Version { get; set; }

The appliance version.

Property Value
TypeDescription
string