Uses of Class
org.opendaylight.neutron.northbound.api.NeutronTapFlowRequest
-
Packages that use NeutronTapFlowRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronTapFlowRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronTapFlowRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronTapFlowNorthbound. createTapFlow(String tapServiceUUID, NeutronTapFlowRequest input)
Creates new Tap Flow.javax.ws.rs.core.Response
NeutronTapFlowNorthbound. updateTapFlow(String tapServiceUUID, String tapFlowUUID, NeutronTapFlowRequest input)
Updates a Tap Flow.
-