Module: Google::Cloud::Deploy::V1::RepairState
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
Valid state of a repair attempt.
Constant Summary collapse
- REPAIR_STATE_UNSPECIFIED =
The
repairhas an unspecified state. 0- REPAIR_STATE_SUCCEEDED =
The
repairaction has succeeded. 1- REPAIR_STATE_CANCELLED =
The
repairaction was cancelled. 2- REPAIR_STATE_FAILED =
The
repairaction has failed. 3- REPAIR_STATE_IN_PROGRESS =
The
repairaction is in progress. 4- REPAIR_STATE_PENDING =
The
repairaction is pending. 5- REPAIR_STATE_ABORTED =
The
repairaction was aborted. 7