Uses of Class
org.opendaylight.neutron.northbound.api.NeutronNetworkRequest
-
Packages that use NeutronNetworkRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronNetworkRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronNetworkRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronNetworksNorthbound. createNetworks(NeutronNetworkRequest input)
Creates new Networks.javax.ws.rs.core.Response
NeutronNetworksNorthbound. updateNetwork(String netUUID, NeutronNetworkRequest input)
Updates a Network.
-