task (virtual volumes)
The task object contains information about a currently running or finished virtual volume task in the system. You can use the ListVirtualVolumeTasks
method to retrieve this information for all virtual volume tasks.
Object members
This object contains the following members:
Name | Description | Type |
---|---|---|
cancelled |
Indicates whether or not the task was cancelled. Possible values:
|
boolean |
cloneVirtualVolumeID |
The unique virtual volume ID of the virtual volume being cloned (for clone tasks). |
UUID |
parentMetadata |
An object containing metadata of the parent for tasks which clone or create snapshots of a virtual volume. |
JSON object |
parentTotalSize |
The total space available (in bytes) on the parent for clone or snapshot tasks. |
integer |
parentUsedSize |
The used space of the parent (in bytes) for clone or snapshot tasks. |
integer |
operation |
The type of operation the task is performing. Possible values:
|
string |
status |
The current status of the virtual volume task. Possible values:
|
string |
virtualVolumeHostID |
The unique ID of the host that started the task. |
UUID |
virtualVolumeID |
The new, unique virtual volume ID (for tasks that create a new virtual volume). |
UUID |
virtualVolumeTaskID |
The unique ID of the task. |
UUID |