public sealed class AvailableUpdates : IMessage<AvailableUpdates>, IEquatable<AvailableUpdates>, IDeepCloneable<AvailableUpdates>, IBufferMessage, IMessageReference documentation and code samples for the VM Migration v1 API class AvailableUpdates.
Holds informatiom about the available versions for upgrade.
Implements
IMessage<AvailableUpdates>, IEquatable<AvailableUpdates>, IDeepCloneable<AvailableUpdates>, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
AvailableUpdates()
public AvailableUpdates()AvailableUpdates(AvailableUpdates)
public AvailableUpdates(AvailableUpdates other)| Parameter | |
|---|---|
| Name | Description |
other |
AvailableUpdates |
Properties
InPlaceUpdate
public ApplianceVersion InPlaceUpdate { get; set; }The latest version for in place update. The current appliance can be updated to this version using the API or m4c CLI.
| Property Value | |
|---|---|
| Type | Description |
ApplianceVersion |
|
NewDeployableAppliance
public ApplianceVersion NewDeployableAppliance { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
ApplianceVersion |
|