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. novaNetworks
Methods 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 NovaTemplateOptions
NovaTemplateOptions.Builder. novaNetworks(Set<Network> novaNetworks)
NovaTemplateOptions
NovaTemplateOptions. 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 Network
Network.Builder. build()
Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Network Modifier and Type Method Description int
Network. compareTo(Network that)
Network.Builder
Network.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 CreateServerOptions
CreateServerOptions.Builder. novaNetworks(Iterable<Network> networks)
CreateServerOptions
CreateServerOptions. novaNetworks(Iterable<Network> networks)
-