RollingUpgradeRunningStatus interface
Information about the current running state of the overall upgrade.
Properties
code | Code indicating the current status of the upgrade. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
The last action performed on the rolling upgrade. NOTE: This property will not be serialized. It can only be populated by the server. |
last |
Last action time of the upgrade. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
Start time of the upgrade. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
code
Code indicating the current status of the upgrade. NOTE: This property will not be serialized. It can only be populated by the server.
code?: RollingUpgradeStatusCode
Property Value
lastAction
The last action performed on the rolling upgrade. NOTE: This property will not be serialized. It can only be populated by the server.
lastAction?: RollingUpgradeActionType
Property Value
lastActionTime
Last action time of the upgrade. NOTE: This property will not be serialized. It can only be populated by the server.
lastActionTime?: Date
Property Value
Date
startTime
Start time of the upgrade. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date