Class AvailableUpdates
Holds informatiom about the available versions for upgrade.
Implements
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1alpha1.Data
Assembly: Google.Apis.VMMigrationService.v1alpha1.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 |