Uses of Class
org.opendaylight.neutron.northbound.api.NeutronSFCPortPairGroupRequest
-
Packages that use NeutronSFCPortPairGroupRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronSFCPortPairGroupRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronSFCPortPairGroupRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronSFCPortPairGroupsNorthbound. createSFCPortPairGroup(NeutronSFCPortPairGroupRequest input)
Creates new SFC Port Pair Group.javax.ws.rs.core.Response
NeutronSFCPortPairGroupsNorthbound. updateSFCPortPairGroup(String sfcPortPairGroupUUID, NeutronSFCPortPairGroupRequest input)
Updates an existing SFC Port Pair Group.
-