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.ResponseNeutronSFCPortPairGroupsNorthbound. createSFCPortPairGroup(NeutronSFCPortPairGroupRequest input)Creates new SFC Port Pair Group.javax.ws.rs.core.ResponseNeutronSFCPortPairGroupsNorthbound. updateSFCPortPairGroup(String sfcPortPairGroupUUID, NeutronSFCPortPairGroupRequest input)Updates an existing SFC Port Pair Group.
-