public interface VmAsyncClient
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
deployAndPowerOnVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
deployVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<InputStream> |
getScreenThumbnailForVm(URI vm) |
com.google.common.util.concurrent.ListenableFuture<Vm> |
getVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOffVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
powerOnVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Void> |
rebootVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
resetVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Void> |
shutdownVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
suspendVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeployAndSaveStateOfVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
undeployVm(URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
updateCPUCountOfVm(int cpuCount,
URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection,
URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
updateMemoryMBOfVm(int memoryInMB,
URI href) |
com.google.common.util.concurrent.ListenableFuture<Task> |
updateNetworkConnectionOfVm(NetworkConnectionSection networkConnectionSection,
URI href) |
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)
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)
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)
com.google.common.util.concurrent.ListenableFuture<Task> updateMemoryMBOfVm(int memoryInMB, URI href)
com.google.common.util.concurrent.ListenableFuture<Task> updateGuestCustomizationOfVm(GuestCustomizationSection guestCustomizationSection, URI href)
com.google.common.util.concurrent.ListenableFuture<Task> updateNetworkConnectionOfVm(NetworkConnectionSection networkConnectionSection, URI href)
com.google.common.util.concurrent.ListenableFuture<InputStream> getScreenThumbnailForVm(URI vm)
Copyright © 2009-2012 jclouds. All Rights Reserved.