Class RepairState (1.18.1)

RepairState(value)

Valid state of a repair attempt.

Enums

Name Description
REPAIR_STATE_UNSPECIFIED The `repair` has an unspecified state.
REPAIR_STATE_SUCCEEDED The `repair` action has succeeded.
REPAIR_STATE_CANCELLED The `repair` action was cancelled.
REPAIR_STATE_FAILED The `repair` action has failed.
REPAIR_STATE_IN_PROGRESS The `repair` action is in progress.
REPAIR_STATE_PENDING The `repair` action is pending.
REPAIR_STATE_SKIPPED The `repair` action was skipped.