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
|
@Named(value="listNetworks") Set<Network> listNetworks(ListNetworksOptions... options)
options
- if present, how to constrain the list.@Named(value="listNetworks") Network getNetwork(String id)
id
- network to get@Named(value="createNetwork") Network 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-2016 The Apache Software Foundation. All Rights Reserved.