public interface SfcVnfManager
Modifier and Type | Method and Description |
---|---|
boolean |
createSf(ServiceFunctionType sfType)
This method creates service function based on service function type
provided.
|
boolean |
deleteSf(ServiceFunction sf)
This method deletes service function from SfcVnfManager.
|
StatisticByTimestamp |
getSfStatistics(ServiceFunction sf)
Get the service statistics for provided service function.
|
boolean createSf(ServiceFunctionType sfType)
sfType
- the type of service functionboolean deleteSf(ServiceFunction sf)
sf
- the service function to delete from SfcVnfManagerStatisticByTimestamp getSfStatistics(ServiceFunction sf)
sf
- service function to provide service statistics forCopyright © 2017 OpenDaylight. All rights reserved.