Show / Hide Table of Contents

Class AvailableUpdates

Holds information about the available versions for upgrade.

Inheritance
object
AvailableUpdates
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 AvailableUpdates : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

InPlaceUpdate

The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.

Declaration
[JsonProperty("inPlaceUpdate")]
public virtual ApplianceVersion InPlaceUpdate { get; set; }
Property Value
Type Description
ApplianceVersion

NewDeployableAppliance

The newest deployable version of the appliance. The current appliance can't be updated into this version, and the owner must manually deploy this OVA to a new appliance.

Declaration
[JsonProperty("newDeployableAppliance")]
public virtual ApplianceVersion NewDeployableAppliance { get; set; }
Property Value
Type Description
ApplianceVersion

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX