public interface HostAdministrationAsyncApi
HostAdministrationApi
,
,
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
disableHost(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
enableHost(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Set<HostResourceUsage>> |
getHostResourceUsage(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Set<Host>> |
listHosts() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
rebootHost(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
shutdownHost(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
startHostMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
startupHost(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
stopHostMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Set<Host>> listHosts()
HostAdministrationApi.listHosts()
com.google.common.util.concurrent.ListenableFuture<Set<HostResourceUsage>> getHostResourceUsage(String hostId)
com.google.common.util.concurrent.ListenableFuture<Boolean> startHostMaintenance(String hostId)
com.google.common.util.concurrent.ListenableFuture<Boolean> stopHostMaintenance(String hostId)
com.google.common.util.concurrent.ListenableFuture<Boolean> shutdownHost(String hostId)
Copyright © 2009-2012 jclouds. All Rights Reserved.