Module: Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Status of upgrade operation.
Constant Summary collapse
- STATUS_UNSPECIFIED =
Unspecified status.
0- NOT_STARTED =
Not started.
4- IN_PROGRESS =
In progress.
5- SUCCESS =
Operation succeeded.
1- FAILED =
Operation failed.
2- PARTIAL_SUCCESS =
Operation partially succeeded.
3- CANCEL_IN_PROGRESS =
Cancel is in progress.
6- CANCELLED =
Cancellation complete.
7