state property
The state of the upgrade.
Output only. Possible string values are:
- "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.
Implementation
core.String? state;