Uses of Class
org.jclouds.openstack.neutron.v2.domain.Network
Packages that use Network
Package
Description
-
Uses of Network in org.jclouds.openstack.neutron.v2.domain
Subclasses of Network in org.jclouds.openstack.neutron.v2.domainModifier and TypeClassDescriptionstatic class
Create and Update options - extend the domain class, passed to API update and create calls.static class
Create and Update options - extend the domain class, passed to API update and create calls.Fields in org.jclouds.openstack.neutron.v2.domain declared as NetworkModifier and TypeFieldDescriptionprotected Network
Network.Builder.network
protected Network
Network.Builder.network
Methods in org.jclouds.openstack.neutron.v2.domain that return types with arguments of type NetworkModifier and TypeMethodDescriptionstatic 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 -
Uses of Network in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features that return NetworkModifier and TypeMethodDescriptionNetworkApi.create
(Network.CreateNetwork network) Create a new network with the specified typeReturn a specific networkNetworkApi.update
(String id, Network.UpdateNetwork network) Update a networkMethods in org.jclouds.openstack.neutron.v2.features that return types with arguments of type NetworkModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<Network> NetworkApi.createBulk
(com.google.common.collect.ImmutableList<Network.CreateNetwork> networks) Create multiple networksNetworkApi.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 NetworkModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<Network>> NetworksToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)