Uses of Class
org.jclouds.openstack.neutron.v2.domain.Network
-
Packages that use Network Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.features org.jclouds.openstack.neutron.v2.functions -
-
Uses of Network in org.jclouds.openstack.neutron.v2.domain
Subclasses of Network in org.jclouds.openstack.neutron.v2.domain Modifier and Type Class Description static class
Network.CreateNetwork
Create and Update options - extend the domain class, passed to API update and create calls.static class
Network.UpdateNetwork
Create and Update options - extend the domain class, passed to API update and create calls.Methods in org.jclouds.openstack.neutron.v2.domain that return types with arguments of type Network Modifier and Type Method Description static com.google.common.base.Predicate<Network>
Networks.Predicates. externalNetworks(String availabilityZone)
static com.google.common.base.Predicate<Network>
Networks.Predicates. namedNetworks(Set<String> names)
Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type Network Constructor Description Networks(Iterable<Network> networks, Iterable<Link> networksLinks)
-
Uses of Network in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return Network Modifier and Type Method Description Network
NetworkApi. create(Network.CreateNetwork network)
Create a new network with the specified typeNetwork
NetworkApi. get(String id)
Return a specific networkNetwork
NetworkApi. update(String id, Network.UpdateNetwork network)
Update a networkMethods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type Network Modifier and Type Method Description com.google.common.collect.FluentIterable<Network>
NetworkApi. createBulk(com.google.common.collect.ImmutableList<Network.CreateNetwork> networks)
Create multiple networksPagedIterable<Network>
NetworkApi. list()
Returns all networks currently defined in Neutron for the current tenant. -
Uses of Network in org.jclouds.openstack.neutron.v2.functions
Methods in org.jclouds.openstack.neutron.v2.functions that return types with arguments of type Network Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<Network>>
NetworksToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-