Uses of Class
org.jclouds.openstack.nova.v2_0.domain.Network
Packages that use Network
Package
Description
-
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 NetworkMethods in org.jclouds.openstack.nova.v2_0.compute.options that return types with arguments of type NetworkMethod parameters in org.jclouds.openstack.nova.v2_0.compute.options with type arguments of type NetworkModifier and TypeMethodDescriptionstatic NovaTemplateOptions
NovaTemplateOptions.Builder.novaNetworks
(Set<Network> novaNetworks) 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 NetworkMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type Network -
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 NetworkModifier and TypeMethodDescriptionCreateServerOptions.getNovaNetworks()
Get custom networks specified for the server.Method parameters in org.jclouds.openstack.nova.v2_0.options with type arguments of type NetworkModifier and TypeMethodDescriptionstatic CreateServerOptions
CreateServerOptions.Builder.novaNetworks
(Iterable<Network> networks) CreateServerOptions.novaNetworks
(Iterable<Network> networks)