| Name | Type | Description | Notes |
|---|---|---|---|
| job | String | The identifier of the job | [optional] |
| instantiation | InstantiationEnum | If the instantiation should be handled AUTOMATIC or MANUAL | [optional] |
| id | String | [optional] | |
| owner | String | [optional] | |
| processes | List<CloudiatorProcess> | [optional] | |
| state | StateEnum | [optional] |
| Name | Value |
|---|---|
| AUTOMATIC | "AUTOMATIC" |
| MANUAL | "MANUAL" |
| Name | Value |
|---|---|
| PENDING | "PENDING" |
| RUNNING | "RUNNING" |
| ERROR | "ERROR" |
| RESTORING | "RESTORING" |
| DELETED | "DELETED" |
| MANUAL | "MANUAL" |