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. |
startTime |
The start timestamp of the upgrade. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
endTime |
The end timestamp of the upgrade. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. 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. |