RollingUpgradeRunningStatus Class

Information about the current running state of the overall upgrade.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
RollingUpgradeRunningStatus

Constructor

RollingUpgradeRunningStatus(**kwargs)

Variables

code
str or RollingUpgradeStatusCode

Code indicating the current status of the upgrade. Possible values include: "RollingForward", "Cancelled", "Completed", "Faulted".

start_time
datetime

Start time of the upgrade.

last_action
str or RollingUpgradeActionType

The last action performed on the rolling upgrade. Possible values include: "Start", "Cancel".

last_action_time
datetime

Last action time of the upgrade.