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