Uses of Class
com.woorea.openstack.quantum.model.Network
-
Packages that use Network Package Description com.woorea.openstack.quantum.api com.woorea.openstack.quantum.model -
-
Uses of Network in com.woorea.openstack.quantum.api
Methods in com.woorea.openstack.quantum.api with parameters of type Network Modifier and Type Method Description NetworksResource.Create
NetworksResource. create(Network net)
NetworksResource.Update
NetworksResource. update(Network net)
Constructors in com.woorea.openstack.quantum.api with parameters of type Network Constructor Description Create(Network net)
Query(Network network)
Update(Network net)
-
Uses of Network in com.woorea.openstack.quantum.model
Subclasses of Network in com.woorea.openstack.quantum.model Modifier and Type Class Description class
NetworkForCreate
Deprecated.Fields in com.woorea.openstack.quantum.model with type parameters of type Network Modifier and Type Field Description private java.util.List<Network>
Networks. list
Methods in com.woorea.openstack.quantum.model that return types with arguments of type Network Modifier and Type Method Description java.util.List<Network>
Networks. getList()
java.util.Iterator<Network>
Networks. iterator()
Method parameters in com.woorea.openstack.quantum.model with type arguments of type Network Modifier and Type Method Description void
Networks. setList(java.util.List<Network> list)
-