Class ApplianceVersion
Describes an appliance version.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1.Data
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ApplianceVersion : IDirectResponseSchema
Properties
Critical
Determine whether it's critical to upgrade the appliance to this version.
Declaration
[JsonProperty("critical")]
public virtual bool? Critical { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ReleaseNotesUri
Link to a page that contains the version release notes.
Declaration
[JsonProperty("releaseNotesUri")]
public virtual string ReleaseNotesUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Uri
A link for downloading the version.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
The appliance version.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |