Google Cloud Deploy V1 API - Module Google::Cloud::Deploy::V1::RepairState (v0.19.0)

Reference documentation and code samples for the Google Cloud Deploy V1 API module Google::Cloud::Deploy::V1::RepairState.

Valid state of a repair attempt.

Constants

REPAIR_STATE_UNSPECIFIED

value: 0
The repair has an unspecified state.

REPAIR_STATE_SUCCEEDED

value: 1
The repair action has succeeded.

REPAIR_STATE_CANCELLED

value: 2
The repair action was cancelled.

REPAIR_STATE_FAILED

value: 3
The repair action has failed.

REPAIR_STATE_IN_PROGRESS

value: 4
The repair action is in progress.

REPAIR_STATE_PENDING

value: 5
The repair action is pending.

REPAIR_STATE_SKIPPED

value: 6
The repair action was skipped.