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
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.util.concurrent.ListenableFuture<org.opendaylight.yangtools.yang.common.RpcResult<SetConfigOutput>>
setConfig
(SetConfigInput input) Invokeset-config
RPC.
-
Method Details
-
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
-