|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@Deprecated public interface VmAsyncClient
Provides access to Vm functionality in vCloud
| Method Summary | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
deployAndPowerOnVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
deployVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<InputStream> |
getScreenThumbnailForVm(URI vm)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Vm> |
getVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOffVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOnVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebootVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
resetVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Void> |
shutdownVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
suspendVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeployAndSaveStateOfVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeployVm(URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
updateCPUCountOfVm(int cpuCount,
URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection,
URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
updateMemoryMBOfVm(int memoryInMB,
URI href)
Deprecated. |
com.google.common.util.concurrent.ListenableFuture<Task> |
updateNetworkConnectionOfVm(NetworkConnectionSection networkConnectionSection,
URI href)
Deprecated. |
| Method Detail |
|---|
com.google.common.util.concurrent.ListenableFuture<Vm> getVm(URI href)
VmClient.getVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> deployVm(URI href)
VmClient.deployVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> deployAndPowerOnVm(URI href)
VmClient.deployAndPowerOnVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> undeployVm(URI href)
VmClient.undeployVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> undeployAndSaveStateOfVm(URI href)
VmClient.undeployAndSaveStateOfVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> powerOnVm(URI href)
VmClient.powerOnVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> powerOffVm(URI href)
VmClient.powerOffVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Void> shutdownVm(URI href)
VmClient.shutdownVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> resetVm(URI href)
VmClient.resetVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Void> rebootVm(URI href)
VmClient.rebootVm(java.net.URI)com.google.common.util.concurrent.ListenableFuture<Task> suspendVm(URI href)
VmClient.suspendVm(java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> updateCPUCountOfVm(int cpuCount,
URI href)
VmClient.updateCPUCountOfVm(int, java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> updateMemoryMBOfVm(int memoryInMB,
URI href)
VmClient.updateMemoryMBOfVm(int, java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection,
URI href)
VmClient.updateGuestCustomizationOfVm(org.jclouds.vcloud.domain.GuestCustomizationSection, java.net.URI)
com.google.common.util.concurrent.ListenableFuture<Task> updateNetworkConnectionOfVm(NetworkConnectionSection networkConnectionSection,
URI href)
VmClient.updateNetworkConnectionOfVm(org.jclouds.vcloud.domain.NetworkConnectionSection, java.net.URI)com.google.common.util.concurrent.ListenableFuture<InputStream> getScreenThumbnailForVm(URI vm)
VmClient.getScreenThumbnailForVm(java.net.URI)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||