VM Migration v1 API - Class AvailableUpdates (2.3.0)

public sealed class AvailableUpdates : IMessage<AvailableUpdates>, IEquatable<AvailableUpdates>, IDeepCloneable<AvailableUpdates>, IBufferMessage, IMessage

Reference documentation and code samples for the VM Migration v1 API class AvailableUpdates.

Holds informatiom about the available versions for upgrade.

Inheritance

Object > AvailableUpdates

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

AvailableUpdates()

public AvailableUpdates()

AvailableUpdates(AvailableUpdates)

public AvailableUpdates(AvailableUpdates other)
Parameter
NameDescription
otherAvailableUpdates

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
TypeDescription
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
TypeDescription
ApplianceVersion