public final class SfcProviderServicePathAPI extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
addRenderedPathToServicePathState(SfpName servicePathName,
RspName renderedPathName)
We iterate through all service paths that use this service function and
if necessary, remove them.
|
static boolean |
putServiceFunctionPath(ServiceFunctionPath sfp) |
static ServiceFunctionPaths |
readAllServiceFunctionPaths() |
static ServiceFunctionPath |
readServiceFunctionPath(SfpName serviceFunctionPathName)
This function reads a SFP from the datastore.
|
static List<SfpRenderedServicePath> |
readServicePathState(SfpName servicePathName)
API to read the Service Function Path operational state.
|
public static List<SfpRenderedServicePath> readServicePathState(SfpName servicePathName)
servicePathName - Service Path Namepublic static boolean addRenderedPathToServicePathState(SfpName servicePathName, RspName renderedPathName)
servicePathName - Service Function Path namerenderedPathName - Rendered Path namepublic static ServiceFunctionPath readServiceFunctionPath(SfpName serviceFunctionPathName)
serviceFunctionPathName - RSP namepublic static ServiceFunctionPaths readAllServiceFunctionPaths()
public static boolean putServiceFunctionPath(ServiceFunctionPath sfp)
Copyright © 2017 OpenDaylight. All rights reserved.