Module: Google::Cloud::ServiceManagement::V1::Rollout::RolloutStatus
- Defined in:
- proto_docs/google/api/servicemanagement/v1/resources.rb
Overview
Status of a Rollout.
Constant Summary collapse
- ROLLOUT_STATUS_UNSPECIFIED =
No status specified.
0- IN_PROGRESS =
The Rollout is in progress.
1- SUCCESS =
The Rollout has completed successfully.
2- CANCELLED =
The Rollout has been cancelled. This can happen if you have overlapping Rollout pushes, and the previous ones will be cancelled.
3- FAILED =
The Rollout has failed and the rollback attempt has failed too.
4- PENDING =
The Rollout has not started yet and is pending for execution.
5- FAILED_ROLLED_BACK =
The Rollout has failed and rolled back to the previous successful Rollout.
6