RollingUpgradeRunningStatus interface

Information about the current running state of the overall upgrade.

Properties

code

Code indicating the current status of the upgrade.

lastAction

The last action performed on the rolling upgrade.

lastActionTime

Last action time of the upgrade.

startTime

Start time of the upgrade.

Property Details

code

Code indicating the current status of the upgrade.

code?: RollingUpgradeStatusCode

Property Value

lastAction

The last action performed on the rolling upgrade.

lastAction?: RollingUpgradeActionType

Property Value

lastActionTime

Last action time of the upgrade.

lastActionTime?: Date

Property Value

Date

startTime

Start time of the upgrade.

startTime?: Date

Property Value

Date