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