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