public class SfcOvsRpc extends Object implements ServiceFunctionForwarderOvsService, AutoCloseable
Constructor and Description |
---|
SfcOvsRpc() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Future<org.opendaylight.yangtools.yang.common.RpcResult<CreateOvsBridgeOutput>> |
createOvsBridge(CreateOvsBridgeInput input)
This method writes a new OVS Bridge into OVSDB Config DataStore.
|
public Future<org.opendaylight.yangtools.yang.common.RpcResult<CreateOvsBridgeOutput>> createOvsBridge(CreateOvsBridgeInput input)
createOvsBridge
in interface ServiceFunctionForwarderOvsService
input
- RPC input including a OVS Bridge name and parent OVS Node ip:port locatorpublic void close()
close
in interface AutoCloseable
Copyright © 2017 OpenDaylight. All rights reserved.