VM Migration v1 API - Class UpgradeStatus (2.3.0)

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

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

UpgradeStatus contains information about upgradeAppliance operation.

Inheritance

Object > UpgradeStatus

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

UpgradeStatus()

public UpgradeStatus()

UpgradeStatus(UpgradeStatus)

public UpgradeStatus(UpgradeStatus other)
Parameter
NameDescription
otherUpgradeStatus

Properties

Error

public Status Error { get; set; }

Provides details on the state of the upgrade operation in case of an error.

Property Value
TypeDescription
Status

PreviousVersion

public string PreviousVersion { get; set; }

The version from which we upgraded.

Property Value
TypeDescription
String

StartTime

public Timestamp StartTime { get; set; }

The time the operation was started.

Property Value
TypeDescription
Timestamp

State

public UpgradeStatus.Types.State State { get; set; }

The state of the upgradeAppliance operation.

Property Value
TypeDescription
UpgradeStatus.Types.State

Version

public string Version { get; set; }

The version to upgrade to.

Property Value
TypeDescription
String