public interface VAppAsyncClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
copyVAppToVDCAndName(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
deleteVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
deployAndPowerOnVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
deployVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName) |
com.google.common.util.concurrent.ListenableFuture<VApp> |
getVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
moveVAppToVDCAndRename(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOffVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOnVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebootVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
resetVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Void> |
shutdownVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
suspendVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeployAndSaveStateOfVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeployVApp(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> copyVAppToVDCAndName(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
com.google.common.util.concurrent.ListenableFuture<Task> moveVAppToVDCAndRename(URI sourceVApp, URI vdc, String newName, CloneVAppOptions... options)
com.google.common.util.concurrent.ListenableFuture<VApp> findVAppInOrgVDCNamed(@Nullable String orgName, @Nullable String catalogName, String vAppName)
com.google.common.util.concurrent.ListenableFuture<VApp> getVApp(URI href)
VAppClient.getVApp(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> deployVApp(URI href)
VAppClient.deployVApp(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> deployAndPowerOnVApp(URI href)
com.google.common.util.concurrent.ListenableFuture<Task> undeployAndSaveStateOfVApp(URI href)
com.google.common.util.concurrent.ListenableFuture<Task> powerOnVApp(URI href)
VAppClient.powerOnVApp(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> resetVApp(URI href)
VAppClient.resetVApp(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Void> rebootVApp(URI href)
VAppClient.rebootVApp(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> suspendVApp(URI href)
VAppClient.suspendVApp(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> deleteVApp(URI href)
VAppClient.deleteVApp(java.net.URI)
Copyright © 2009-2012 jclouds. All Rights Reserved.