Uses of Class
org.opendaylight.neutron.northbound.api.NeutronSFCPortChainRequest
- 
Packages that use NeutronSFCPortChainRequest Package Description org.opendaylight.neutron.northbound.api  - 
- 
Uses of NeutronSFCPortChainRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronSFCPortChainRequest Modifier and Type Method Description javax.ws.rs.core.ResponseNeutronSFCPortChainsNorthbound. createSFCPortChain(NeutronSFCPortChainRequest input)Creates new SFC Port Chain.javax.ws.rs.core.ResponseNeutronSFCPortChainsNorthbound. updateSFCPortChain(String sfcPortChainUUID, NeutronSFCPortChainRequest input)Updates an existing SFC Port Chain. 
 -