|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NetworkClient
Provides synchronous access to CloudStack network features.
NetworkAsyncClient
,
Method Summary | |
---|---|
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 |
Method Detail |
---|
Set<Network> listNetworks(ListNetworksOptions... options)
options
- if present, how to constrain the list.
Network getNetwork(long id)
id
- network to get
Network 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 parameters
Long deleteNetwork(long id)
id
- the ID of the network
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |