public interface NetworkClient
NetworkAsyncClient, 
| Modifier and Type | Method and Description | 
|---|---|
Network | 
createNetworkInZone(String zoneId,
                   String networkOfferingId,
                   String name,
                   String displayText,
                   CreateNetworkOptions... options)
Creates a network 
 | 
String | 
deleteNetwork(String id)
Deletes a network 
 | 
Network | 
getNetwork(String id)
get a specific network by id 
 | 
Set<Network> | 
listNetworks(ListNetworksOptions... options)
Lists networks 
 | 
Set<Network> listNetworks(ListNetworksOptions... options)
options - if present, how to constrain the list.Network getNetwork(String id)
id - network to getNetwork createNetworkInZone(String zoneId, String networkOfferingId, String name, String displayText, CreateNetworkOptions... options)
zoneId - the Zone ID for the Vlan ip rangenetworkOfferingId - the network offering idname - the name of the networkdisplayText - the display text of the networkoptions - optional parametersCopyright © 2009-2013 jclouds. All Rights Reserved.