state property
The state of the upgradeAppliance operation. Possible string values are:
- "STATE_UNSPECIFIED" : The state was not sampled by the health checks yet.
- "RUNNING" : The upgrade has started.
- "FAILED" : The upgrade failed.
- "SUCCEEDED" : The upgrade finished successfully.
Implementation
core.String? state;