|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Task in org.jclouds.trmk.vcloud_0_8 |
---|
Methods in org.jclouds.trmk.vcloud_0_8 that return Task | |
---|---|
Task |
TerremarkVCloudClient.cloneVAppInVDC(URI vDC,
URI toClone,
String newName,
CloneVAppOptions... options)
|
Task |
TerremarkVCloudClient.configureVApp(VApp vApp,
VAppConfiguration configuration)
This call configures the settings of an existing vApp by passing the new configuration. |
Task |
TerremarkVCloudClient.deleteVApp(URI vAppId)
|
Task |
TerremarkVCloudClient.deployVApp(URI vAppId)
|
Task |
TerremarkVCloudClient.getTask(URI taskId)
Whenever the result of a request cannot be returned immediately, the server creates a Task object and includes it in the response, as a member of the Tasks container in the response body. |
Task |
TerremarkVCloudClient.powerOffVApp(URI vAppId)
This call powers off the vApp, as specified in the vApp's ovf:Startup element. |
Task |
TerremarkVCloudClient.powerOnVApp(URI vAppId)
This call powers on the vApp, as specified in the vApp's ovf:Startup element. |
Task |
TerremarkVCloudClient.resetVApp(URI vAppId)
This call resets the vApp. |
Task |
TerremarkVCloudClient.suspendVApp(URI vAppId)
This call suspends the vApp. |
Task |
TerremarkVCloudClient.undeployVApp(URI vAppId)
|
Methods in org.jclouds.trmk.vcloud_0_8 that return types with arguments of type Task | |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.cloneVAppInVDC(URI vdc,
URI toClone,
String newName,
CloneVAppOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.configureVApp(VApp vApp,
VAppConfiguration configuration)
|
com.google.common.util.concurrent.ListenableFuture<Task> |
TerremarkVCloudAsyncClient.deleteVApp(URI vAppId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.deployVApp(URI vAppId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.getTask(URI taskId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.powerOffVApp(URI vAppId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.powerOnVApp(URI vAppId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.resetVApp(URI vAppId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.suspendVApp(URI vAppId)
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.undeployVApp(URI vAppId)
|
Uses of Task in org.jclouds.trmk.vcloud_0_8.compute |
---|
Methods in org.jclouds.trmk.vcloud_0_8.compute that return Task | |
---|---|
protected Task |
TerremarkVCloudComputeClient.powerOff(VApp vApp)
|
protected Task |
TerremarkVCloudComputeClient.reset(VApp vApp)
|
protected Task |
TerremarkVCloudComputeClient.undeploy(VApp vApp)
|
Uses of Task in org.jclouds.trmk.vcloud_0_8.domain |
---|
Methods in org.jclouds.trmk.vcloud_0_8.domain that return types with arguments of type Task | |
---|---|
SortedSet<Task> |
TasksList.getTasks()
|
Uses of Task in org.jclouds.trmk.vcloud_0_8.domain.internal |
---|
Classes in org.jclouds.trmk.vcloud_0_8.domain.internal that implement Task | |
---|---|
class |
TaskImpl
|
Methods in org.jclouds.trmk.vcloud_0_8.domain.internal that return types with arguments of type Task | |
---|---|
SortedSet<Task> |
TasksListImpl.getTasks()
|
Constructor parameters in org.jclouds.trmk.vcloud_0_8.domain.internal with type arguments of type Task | |
---|---|
TasksListImpl(URI id,
SortedSet<Task> tasks)
|
Uses of Task in org.jclouds.trmk.vcloud_0_8.functions |
---|
Methods in org.jclouds.trmk.vcloud_0_8.functions that return Task | |
---|---|
Task |
ParseTaskFromLocationHeader.apply(HttpResponse from)
|
Uses of Task in org.jclouds.trmk.vcloud_0_8.xml |
---|
Methods in org.jclouds.trmk.vcloud_0_8.xml that return Task | |
---|---|
Task |
TaskHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |