Uses of Class
org.jclouds.openstack.neutron.v2.domain.Network.UpdateNetwork
- 
Packages that use Network.UpdateNetwork Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.features  - 
- 
Uses of Network.UpdateNetwork in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return Network.UpdateNetwork Modifier and Type Method Description Network.UpdateNetworkNetwork.UpdateBuilder. build() - 
Uses of Network.UpdateNetwork in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features with parameters of type Network.UpdateNetwork Modifier and Type Method Description NetworkNetworkApi. update(String id, Network.UpdateNetwork network)Update a network 
 -