Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected Task |
TerremarkVCloudComputeClient.powerOff(VApp vApp) |
protected Task |
TerremarkVCloudComputeClient.reset(VApp vApp) |
protected Task |
TerremarkVCloudComputeClient.undeploy(VApp vApp) |
Modifier and Type | Method and Description |
---|---|
SortedSet<Task> |
TasksList.getTasks() |
Modifier and Type | Class and Description |
---|---|
class |
TaskImpl |
Modifier and Type | Method and Description |
---|---|
SortedSet<Task> |
TasksListImpl.getTasks() |
Constructor and Description |
---|
TasksListImpl(URI id,
SortedSet<Task> tasks) |
Modifier and Type | Method and Description |
---|---|
Task |
ParseTaskFromLocationHeader.apply(HttpResponse from) |
Modifier and Type | Method and Description |
---|---|
Task |
TaskHandler.getResult() |
Copyright © 2009-2012 jclouds. All Rights Reserved.