go-redfish/client/docs/TaskState.md
James Gu c442eb5bcb Upgrade openapi generator to v5.1.0
Upgraded openapi generator version to 5.1.0 for the support of nullable
values for optional fields; Added missing "Disabled" enum value to the
BootSourceOverrideEnabled model in the openapi schema.

Signed-off-by: James Gu <james.gu@att.com>
Change-Id: Ia3e0b018be13079d2085ef61ed2e797bcfd25fd7
2021-05-05 10:18:32 -04:00

36 lines
654 B
Markdown

# TaskState
## Enum
* `NEW` (value: `"New"`)
* `STARTING` (value: `"Starting"`)
* `RUNNING` (value: `"Running"`)
* `SUSPENDED` (value: `"Suspended"`)
* `INTERRUPTED` (value: `"Interrupted"`)
* `PENDING` (value: `"Pending"`)
* `STOPPING` (value: `"Stopping"`)
* `COMPLETED` (value: `"Completed"`)
* `KILLED` (value: `"Killed"`)
* `EXCEPTION` (value: `"Exception"`)
* `SERVICE` (value: `"Service"`)
* `CANCELLING` (value: `"Cancelling"`)
* `CANCELLED` (value: `"Cancelled"`)
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)