Uses of Class
org.opendaylight.neutron.northbound.api.NeutronSFCPortPairRequest
-
Packages that use NeutronSFCPortPairRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronSFCPortPairRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronSFCPortPairRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronSFCPortPairsNorthbound. createSFCPortPair(NeutronSFCPortPairRequest input)
Creates new SFC Port Pair.javax.ws.rs.core.Response
NeutronSFCPortPairsNorthbound. updateSFCPortPair(String sfcPortPairUUID, NeutronSFCPortPairRequest input)
Updates an existing SFC Port Pair.
-