rsd_lib.resources.v2_1.task.task
Module¶rsd_lib.resources.v2_1.task.task.
Task
(connector, path='', redfish_version=None, reader=None)¶Bases: rsd_lib.base.ResourceBase
Task resource class
This resource contains information about a specific Task scheduled by or being executed by a Redfish service’s Task Service.
end_time
= <sushy.resources.base.Field object>¶The date-time stamp that the task was last completed.
messages
= <rsd_lib.resources.v2_1.common.message.MessageCollectionField object>¶This is an array of messages associated with the task.
start_time
= <sushy.resources.base.Field object>¶The date-time stamp that the task was last started.
task_state
= <sushy.resources.base.Field object>¶The state of the task.
task_status
= <sushy.resources.base.Field object>¶This is the completion status of the task.
rsd_lib.resources.v2_1.task.task.
TaskCollection
(connector, path, redfish_version=None)¶Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.