Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Network
- 
Packages that use Network Package Description org.jclouds.openstack.nova.v2_0.compute.options org.jclouds.openstack.nova.v2_0.domain org.jclouds.openstack.nova.v2_0.options  - 
- 
Uses of Network in org.jclouds.openstack.nova.v2_0.compute.options
Fields in org.jclouds.openstack.nova.v2_0.compute.options with type parameters of type Network Modifier and Type Field Description protected Set<Network>NovaTemplateOptions. novaNetworksMethods in org.jclouds.openstack.nova.v2_0.compute.options that return types with arguments of type Network Modifier and Type Method Description Set<Network>NovaTemplateOptions. getNovaNetworks()Method parameters in org.jclouds.openstack.nova.v2_0.compute.options with type arguments of type Network Modifier and Type Method Description static NovaTemplateOptionsNovaTemplateOptions.Builder. novaNetworks(Set<Network> novaNetworks)NovaTemplateOptionsNovaTemplateOptions. novaNetworks(Set<Network> novaNetworks) - 
Uses of Network in org.jclouds.openstack.nova.v2_0.domain
Methods in org.jclouds.openstack.nova.v2_0.domain that return Network Modifier and Type Method Description NetworkNetwork.Builder. build()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Network Modifier and Type Method Description intNetwork. compareTo(Network that)Network.BuilderNetwork.Builder. fromNetwork(Network in) - 
Uses of Network in org.jclouds.openstack.nova.v2_0.options
Methods in org.jclouds.openstack.nova.v2_0.options that return types with arguments of type Network Modifier and Type Method Description List<Network>CreateServerOptions. getNovaNetworks()Get custom networks specified for the server.Method parameters in org.jclouds.openstack.nova.v2_0.options with type arguments of type Network Modifier and Type Method Description static CreateServerOptionsCreateServerOptions.Builder. novaNetworks(Iterable<Network> networks)CreateServerOptionsCreateServerOptions. novaNetworks(Iterable<Network> networks) 
 -