@Beta
public interface HostAdministrationAsyncApi
HostAdministrationApi
,
,
,
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
disable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
enable(String hostId) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Host>> |
list() |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends HostResourceUsage>> |
listResourceUsage(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
reboot(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
shutdown(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
startMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
startup(String hostId) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
stopMaintenance(String hostId) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Host>> list()
HostAdministrationApi.list()
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends HostResourceUsage>> listResourceUsage(String hostId)
com.google.common.util.concurrent.ListenableFuture<Boolean> enable(String hostId)
HostAdministrationApi.enable(String)
com.google.common.util.concurrent.ListenableFuture<Boolean> startMaintenance(String hostId)
com.google.common.util.concurrent.ListenableFuture<Boolean> stopMaintenance(String hostId)
com.google.common.util.concurrent.ListenableFuture<Boolean> reboot(String hostId)
HostAdministrationApi.reboot(String)
Copyright © 2009-2013 jclouds. All Rights Reserved.