class VMware_VCloud_SDK_Task extends VMware_VCloud_SDK_Abstract
| string |
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object. |
from VMware_VCloud_SDK_Abstract |
| VMware_VCloud_API_TaskType |
getTask()
Get a VMware vCloud task entity. |
|
| null |
cancel()
Cancel a task. |
|
| boolean |
isRunning()
Check whether this task is running. |
|
| VMware_VCloud_API_TaskType |
wait(int $iteration = 15, int $interval = 20)
Wait for a task to finish. |
|
| VMware_VCloud_API_TaskType |
update(VMware_VCloud_API_TaskType $task)
Update a task. |
public string
getEntityId()
Get vCloud ID of the vCloud resource entity from its data object.
public VMware_VCloud_API_TaskType
getTask()
Get a VMware vCloud task entity.
public null
cancel()
Cancel a task.
public boolean
isRunning()
Check whether this task is running.
public VMware_VCloud_API_TaskType
wait(int $iteration = 15, int $interval = 20)
Wait for a task to finish.
public VMware_VCloud_API_TaskType
update(VMware_VCloud_API_TaskType $task)
Update a task.