Interface NodeConfigService
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.RpcService
- All Known Implementing Classes:
NodeConfigServiceImpl
@Generated("mdsal-binding-generator") public interface NodeConfigService extends org.opendaylight.yangtools.yang.binding.RpcService
Interface for implementing the following YANG RPCs defined in module node-configrpc set-config { input input { uses node-config; uses tr:transaction-aware; uses inv:node-context-ref; } output output { uses tr:transaction-aware; } }
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetConfigOutput>>
setConfig(SetConfigInput input)
Invokeset-config
RPC.
-
-
-
Method Detail
-
setConfig
@CheckReturnValue com.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetConfigOutput>> setConfig(SetConfigInput input)
Invokeset-config
RPC.Sending initial configuration to device.
- Parameters:
input
- ofset-config
- Returns:
- output of
set-config
-
-