public interface TaskApi
Task
objects.TaskAsyncApi
TasksList getTasksList(URI tasksListHref)
GET /tasksList/{id}
tasksListUrn
- from Resource.getLinks()
where Reference.getType()
is
VCloudDirectorMediaType.TASKS_LIST
void cancel(String taskUrn)
POST /task/{id}/action/cancel
void cancel(URI taskHref)
Copyright © 2009-2013 jclouds. All Rights Reserved.