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.UpdateNetwork
Network.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 Network
NetworkApi. update(String id, Network.UpdateNetwork network)
Update a network
-