state property
Valid state of this retry action.
Output only. Possible string values are:
- "REPAIR_STATE_UNSPECIFIED" : The repairhas an unspecified state.
- "REPAIR_STATE_SUCCEEDED" : The repairaction has succeeded.
- "REPAIR_STATE_CANCELLED" : The repairaction was cancelled.
- "REPAIR_STATE_FAILED" : The repairaction has failed.
- "REPAIR_STATE_IN_PROGRESS" : The repairaction is in progress.
- "REPAIR_STATE_PENDING" : The repairaction is pending.
- "REPAIR_STATE_ABORTED" : The repairaction was aborted.
Implementation
core.String? state;