The Task
class inherits from Resource
.
openstack.image.v2.task.
Task
(_synchronized=False, connection=None, **attrs)¶The base resource
Parameters: |
|
---|
created_at
¶The date and time when the task was created.
expires_at
¶The date and time when the task is subject to removal.
input
¶A JSON object specifying the input parameters to the task.
message
¶Human-readable text, possibly an empty string, usually displayed in an error situation to provide more information about what has occurred.
owner_id
¶The ID of the owner, or project, of the task.
result
¶A JSON object specifying the outcome of the task.
schema
¶The URL for schema of the task.
status
¶The status of the task.
type
¶The type of task represented by this content.
updated_at
¶The date and time when the task was updated.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.