public interface ConfigLoggingService
extends org.opendaylight.yangtools.yang.binding.RpcService
rpc reset {
input {
leaf context-instance {
type instance-identifier;
}
}
output {
}
}
| Modifier and Type | Method and Description |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
reset(ResetInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> reset(ResetInput input)
Copyright © 2018 OpenDaylight. All rights reserved.