public interface NetworkClient
NetworkAsyncClient
,
Modifier and Type | Method and Description |
---|---|
Network |
createNetworkInZone(long zoneId,
long networkOfferingId,
String name,
String displayText,
CreateNetworkOptions... options)
Creates a network
|
Long |
deleteNetwork(long id)
Deletes a network
|
Network |
getNetwork(long 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(long id)
id
- network to getNetwork createNetworkInZone(long zoneId, long 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 parametersLong deleteNetwork(long id)
id
- the ID of the networkCopyright © 2009-2012 jclouds. All Rights Reserved.