public class RollingUpgradeRunningStatus extends Object
Constructor and Description |
---|
RollingUpgradeRunningStatus() |
Modifier and Type | Method and Description |
---|---|
RollingUpgradeStatusCode |
code()
Get code indicating the current status of the upgrade.
|
RollingUpgradeActionType |
lastAction()
Get the last action performed on the rolling upgrade.
|
org.joda.time.DateTime |
lastActionTime()
Get last action time of the upgrade.
|
org.joda.time.DateTime |
startTime()
Get start time of the upgrade.
|
public RollingUpgradeStatusCode code()
public org.joda.time.DateTime startTime()
public RollingUpgradeActionType lastAction()
public org.joda.time.DateTime lastActionTime()
Copyright © 2019. All rights reserved.