@Singleton public class SfcPotRpc extends Object implements SfcIoamNbPotService
Constructor and Description |
---|
SfcPotRpc(SfcPotRspProcessor sfcPotRspProcessor) |
Modifier and Type | Method and Description |
---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<DisableSfcIoamPotRenderedPathOutput>> |
disableSfcIoamPotRenderedPath(DisableSfcIoamPotRenderedPathInput input)
This method triggers disabling of Proof of Transit feature on the
selected SFC/RSP.
|
Future<org.opendaylight.yangtools.yang.common.RpcResult<EnableSfcIoamPotRenderedPathOutput>> |
enableSfcIoamPotRenderedPath(EnableSfcIoamPotRenderedPathInput input)
This method triggers enabling of Proof of Transit feature on the selected
SFC/RSP and passes in iOAM PoT parameters as well.
|
@Inject public SfcPotRpc(SfcPotRspProcessor sfcPotRspProcessor)
public Future<org.opendaylight.yangtools.yang.common.RpcResult<EnableSfcIoamPotRenderedPathOutput>> enableSfcIoamPotRenderedPath(EnableSfcIoamPotRenderedPathInput input)
enableSfcIoamPotRenderedPath
in interface SfcIoamNbPotService
input
- RPC input including a Rendered Service Path namepublic Future<org.opendaylight.yangtools.yang.common.RpcResult<DisableSfcIoamPotRenderedPathOutput>> disableSfcIoamPotRenderedPath(DisableSfcIoamPotRenderedPathInput input)
disableSfcIoamPotRenderedPath
in interface SfcIoamNbPotService
input
- RPC input including a Rendered Service Path nameCopyright © 2017 OpenDaylight. All rights reserved.