state property
Valid state of this rollback action.
Output only. Possible string values are:
- "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_ABORTED" : The
repair
action was aborted.
Implementation
core.String? state;