|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface VAppAsyncClient
Provides access to VApp functionality in vCloud
| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
copyVAppToVDCAndName(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
deleteVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
deployAndPowerOnVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
deployVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<VApp> |
findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<VApp> |
getVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
moveVAppToVDCAndRename(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOffVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOnVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebootVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
resetVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
shutdownVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
suspendVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeployAndSaveStateOfVApp(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeployVApp(URI href)
Deprecated. |
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<Task> copyVAppToVDCAndName(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options)
VAppClient.copyVAppToVDCAndName(java.net.URI, java.net.URI, java.lang.String, org.jclouds.vcloud.options.CloneVAppOptions...)
com.google.common.util.concurrent.ListenableFuture<Task> moveVAppToVDCAndRename(URI sourceVApp,
URI vdc,
String newName,
CloneVAppOptions... options)
VAppClient.moveVAppToVDCAndRename(java.net.URI, java.net.URI, java.lang.String, org.jclouds.vcloud.options.CloneVAppOptions...)
com.google.common.util.concurrent.ListenableFuture<VApp> findVAppInOrgVDCNamed(@Nullable
String orgName,
@Nullable
String vdcName,
String vAppName)
VAppClient.findVAppInOrgVDCNamed(java.lang.String, java.lang.String, java.lang.String)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)
VAppClient.deployAndPowerOnVApp(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> undeployVApp(URI href)
VAppClient.undeployVApp(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> undeployAndSaveStateOfVApp(URI href)
VAppClient.undeployAndSaveStateOfVApp(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> powerOnVApp(URI href)
VAppClient.powerOnVApp(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> powerOffVApp(URI href)
VAppClient.powerOffVApp(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Void> shutdownVApp(URI href)
VAppClient.shutdownVApp(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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||