public interface NetworkAsyncClient
NetworkClient,
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Network> |
createNetworkInZone(long zoneId,
long networkOfferingId,
String name,
String displayText,
CreateNetworkOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Long> |
deleteNetwork(long id) |
com.google.common.util.concurrent.ListenableFuture<Network> |
getNetwork(long id) |
com.google.common.util.concurrent.ListenableFuture<Set<Network>> |
listNetworks(ListNetworksOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<Network>> listNetworks(ListNetworksOptions... options)
com.google.common.util.concurrent.ListenableFuture<Network> getNetwork(long id)
NetworkClient.getNetwork(long)com.google.common.util.concurrent.ListenableFuture<Network> createNetworkInZone(long zoneId, long networkOfferingId, String name, String displayText, CreateNetworkOptions... options)
com.google.common.util.concurrent.ListenableFuture<Long> deleteNetwork(long id)
NetworkClient.deleteNetwork(long)Copyright © 2009-2012 jclouds. All Rights Reserved.