public interface OcpExtensionService extends RpcService
rpc hello {
input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf result {
type OriHelloAckRes;
}
}
}
rpc re-direct {
input {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf ip {
type ipv4-address;
}
}
output {
leaf msgType {
type OcpMsgType;
}
leaf xid {
type uint32;
}
leaf result {
type string;
}
}
}
| Modifier and Type | Method and Description |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> |
hello(HelloInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<ReDirectOutput>> |
reDirect(ReDirectInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<Void>> hello(HelloInput input)
Future<org.opendaylight.yangtools.yang.common.RpcResult<ReDirectOutput>> reDirect(ReDirectInput input)
Copyright © 2016 OpenDaylight. All rights reserved.