Uses of Class
org.opendaylight.neutron.spi.NeutronSFCPortPairGroup
- 
Packages that use NeutronSFCPortPairGroup Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber  - 
- 
Uses of NeutronSFCPortPairGroup in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronSFCPortPairGroup Modifier and Type Method Description protected voidNeutronSFCPortPairGroupsNorthbound. updateDelta(String uuid, NeutronSFCPortPairGroup delta, NeutronSFCPortPairGroup original) - 
Uses of NeutronSFCPortPairGroup in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi with parameters of type NeutronSFCPortPairGroup Modifier and Type Method Description protected booleanNeutronSFCPortPairGroup. extractField(String field, NeutronSFCPortPairGroup ans) - 
Uses of NeutronSFCPortPairGroup in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronSFCPortPairGroup Modifier and Type Method Description protected NeutronSFCPortPairGroupNeutronSFCPortPairGroupInterface. fromMd(PortPairGroup mdPortPairGroup)Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronSFCPortPairGroup Modifier and Type Method Description protected PortPairGroupNeutronSFCPortPairGroupInterface. toMd(NeutronSFCPortPairGroup neutronPortPairGroup) 
 -