Class RollingUpgradeRunningStatus
java.lang.Object
com.microsoft.azure.management.compute.RollingUpgradeRunningStatus
Information about the current running state of the overall upgrade.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncode()
Get code indicating the current status of the upgrade.Get the last action performed on the rolling upgrade.org.joda.time.DateTime
Get last action time of the upgrade.org.joda.time.DateTime
Get start time of the upgrade.
-
Constructor Details
-
RollingUpgradeRunningStatus
public RollingUpgradeRunningStatus()
-
-
Method Details
-
code
Get code indicating the current status of the upgrade. Possible values include: 'RollingForward', 'Cancelled', 'Completed', 'Faulted'.- Returns:
- the code value
-
startTime
public org.joda.time.DateTime startTime()Get start time of the upgrade.- Returns:
- the startTime value
-
lastAction
Get the last action performed on the rolling upgrade. Possible values include: 'Start', 'Cancel'.- Returns:
- the lastAction value
-
lastActionTime
public org.joda.time.DateTime lastActionTime()Get last action time of the upgrade.- Returns:
- the lastActionTime value
-