public interface HealthMonitorAsyncApi
HealthMonitorApi
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Void> |
createOrUpdate(HealthMonitor healthMonitor) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete() |
com.google.common.util.concurrent.ListenableFuture<HealthMonitor> |
get() |
@Named(value="healthmonitor:create") com.google.common.util.concurrent.ListenableFuture<Void> createOrUpdate(HealthMonitor healthMonitor)
@Named(value="healthmonitor:get") com.google.common.util.concurrent.ListenableFuture<HealthMonitor> get()
HealthMonitorApi.get()
@Named(value="healthmonitor:delete") com.google.common.util.concurrent.ListenableFuture<Boolean> delete()
HealthMonitorApi.delete()
Copyright © 2009-2013 jclouds. All Rights Reserved.