Interface ServiceFunctionChainService
-
- All Superinterfaces:
RestService
- All Known Implementing Classes:
ServiceFunctionChainServiceImpl
public interface ServiceFunctionChainService extends RestService
Service Function Chain Operations API- Author:
- Dmitry Gerenrot
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlowClassifierServiceflowclassifiers()PortChainServiceportchains()PortPairGroupServiceportpairgroups()PortPairServiceportpairs()
-
-
-
Method Detail
-
flowclassifiers
FlowClassifierService flowclassifiers()
- Returns:
- the Flow Classifier Service API
-
portpairs
PortPairService portpairs()
- Returns:
- the Port Pair Service API
-
portpairgroups
PortPairGroupService portpairgroups()
- Returns:
- the Port Pair Service API
-
portchains
PortChainService portchains()
- Returns:
- the Port Chain Service API
-
-