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
repair
has an unspecified state. 0
- REPAIR_STATE_SUCCEEDED =
The
repair
action has succeeded. 1
- REPAIR_STATE_CANCELLED =
The
repair
action was cancelled. 2
- REPAIR_STATE_FAILED =
The
repair
action has failed. 3
- REPAIR_STATE_IN_PROGRESS =
The
repair
action is in progress. 4
- REPAIR_STATE_PENDING =
The
repair
action is pending. 5
- REPAIR_STATE_SKIPPED =
The
repair
action was skipped. 6