UpgradeDetails contains detailed information of each individual upgrade operation.
| JSON representation |
|---|
{ "state" : enum ( |
| Fields | |
|---|---|
state
|
Output only. The state of the upgrade. |
initialVersion
|
The version before the upgrade. |
targetVersion
|
The version after the upgrade. |
startType
|
The start type of the upgrade. |
startTime
|
The start timestamp of the upgrade. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
endTime
|
The end timestamp of the upgrade. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
State
State indicates the state of the upgrade.
| Enums | |
|---|---|
UNKNOWN
|
Upgrade state is unknown. |
FAILED
|
Upgrade has failed with an error. |
SUCCEEDED
|
Upgrade has succeeded. |
CANCELED
|
Upgrade has been canceled. |
RUNNING
|
Upgrade is running. |
StartType
StartType indicates the type of starting the upgrade.
| Enums | |
|---|---|
START_TYPE_UNSPECIFIED
|
Upgrade start type is unspecified. |
AUTOMATIC
|
Upgrade started automatically. |
MANUAL
|
Upgrade started manually. |

