public sealed class ApplianceVersion : IMessage<ApplianceVersion>, IEquatable<ApplianceVersion>, IDeepCloneable<ApplianceVersion>, IBufferMessage, IMessageReference documentation and code samples for the VM Migration v1 API class ApplianceVersion.
Describes an appliance version.
Implements
IMessageApplianceVersion, IEquatableApplianceVersion, IDeepCloneableApplianceVersion, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
ApplianceVersion()
public ApplianceVersion()ApplianceVersion(ApplianceVersion)
public ApplianceVersion(ApplianceVersion other)| Parameter | |
|---|---|
| Name | Description |
other |
ApplianceVersion |
Properties
Critical
public bool Critical { get; set; }Determine whether it's critical to upgrade the appliance to this version.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
ReleaseNotesUri
public string ReleaseNotesUri { get; set; }Link to a page that contains the version release notes.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Uri
public string Uri { get; set; }A link for downloading the version.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Version
public string Version { get; set; }The appliance version.
| Property Value | |
|---|---|
| Type | Description |
string |
|