RollingUpgradeRunningStatusOutput interface
Information about the current running state of the overall upgrade.
Properties
| code | Code indicating the current status of the upgrade. |
| last |
The last action performed on the rolling upgrade. |
| last |
Last action time of the upgrade. |
| start |
Start time of the upgrade. |
Property Details
code
Code indicating the current status of the upgrade.
code?: "RollingForward" | "Cancelled" | "Completed" | "Faulted"
Property Value
"RollingForward" | "Cancelled" | "Completed" | "Faulted"
lastAction
The last action performed on the rolling upgrade.
lastAction?: "Start" | "Cancel"
Property Value
"Start" | "Cancel"
lastActionTime
Last action time of the upgrade.
lastActionTime?: string
Property Value
string
startTime
Start time of the upgrade.
startTime?: string
Property Value
string