public interface NetworkAsyncApi
NetworkApi
,
api docModifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<? extends Reference> |
create(String name) |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
delete(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends Network> |
get(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends NetworkDetails> |
getDetails(String id) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Network>> |
list() |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Reference>> |
listReferences() |
com.google.common.util.concurrent.ListenableFuture<Boolean> |
rename(String id,
String name) |
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Reference>> listReferences()
NetworkApi.listReferences()
com.google.common.util.concurrent.ListenableFuture<? extends com.google.common.collect.FluentIterable<? extends Network>> list()
NetworkApi.list()
com.google.common.util.concurrent.ListenableFuture<? extends Network> get(String id)
NetworkApi.get(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<? extends NetworkDetails> getDetails(String id)
com.google.common.util.concurrent.ListenableFuture<? extends Reference> create(String name)
NetworkApi.create(java.lang.String)
com.google.common.util.concurrent.ListenableFuture<Boolean> delete(String id)
NetworkApi.delete(java.lang.String)
Copyright © 2009-2013 jclouds. All Rights Reserved.