public interface NetworkApi
NetworkAsyncApi, 
api doc| Modifier and Type | Method and Description | 
|---|---|
Reference | 
create(String name)
Create a new network with the specified symbolic name 
 | 
boolean | 
delete(String id)
Deletes the specified network 
 | 
Network | 
get(String id)
Returns the specific network. 
 | 
NetworkDetails | 
getDetails(String id)
Returns the details of the specific network. 
 | 
com.google.common.collect.FluentIterable<? extends Network> | 
list()
Returns all networks currently defined in Quantum for the current tenant. 
 | 
com.google.common.collect.FluentIterable<? extends Reference> | 
listReferences()
Returns the list of all networks currently defined in Quantum for the current tenant. 
 | 
boolean | 
rename(String id,
      String name)
Adjusts the symbolic name of a network 
 | 
com.google.common.collect.FluentIterable<? extends Reference> listReferences()
com.google.common.collect.FluentIterable<? extends Network> list()
NetworkDetails getDetails(String id)
boolean rename(String id, String name)
id - the id of the Network to modifyname - the new name for the Networkboolean delete(String id)
Copyright © 2009-2013 jclouds. All Rights Reserved.