| Name | Type | Description | Notes |
|---|---|---|---|
| description | String | A description of the restore status | [optional] |
| value | ValueEnum | Per step restore status value | [optional] |
| Name | Value |
|---|---|
| INITIAL | "INITIAL" |
| RUNNING | "RUNNING" |
| SUSPENDED_BY_USER | "SUSPENDED_BY_USER" |
| SUSPENDED_FOR_USER_ACTION | "SUSPENDED_FOR_USER_ACTION" |
| FAILED | "FAILED" |
| SUCCESS | "SUCCESS" |