Show / Hide Table of Contents

Class ApplianceVersion

Describes an appliance version.

Inheritance
object
ApplianceVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX