| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | [optional] | |
| owner | String | [optional] | |
| processes | List<CloudiatorProcess> | [optional] | |
| state | StateEnum | [optional] |
| Name | Value |
|---|---|
| PENDING | "PENDING" |
| RUNNING | "RUNNING" |
| ERROR | "ERROR" |
| RESTORING | "RESTORING" |
| DELETED | "DELETED" |
| MANUAL | "MANUAL" |