public interface RpcbenchPayloadData
extends org.opendaylight.yangtools.yang.binding.DataRoot
This class represents the following YANG schema fragment defined in module rpcbench-payload
module rpcbench-payload {
yang-version 1;
namespace rpcbench-payload;
prefix rpcb;
import yang-ext {
prefix ext;
revision-date 2013-07-09;
}
revision 2015-07-02 {
}
identity node-context {
}
grouping payload {
list payload {
key id;
leaf id {
type int32;
}
}
}
rpc global-rpc-bench {
input {
uses payload;
}
output {
uses payload;
}
}
rpc routed-rpc-bench {
input {
leaf node {
ext:context-reference node-context;
type instance-identifier;
}
uses payload;
}
output {
uses payload;
}
}
container rpcbench-rpc-routes {
list rpc-route {
key id;
ext:context-instance node-context;
leaf id {
type string;
}
}
}
}
| Modifier and Type | Method and Description |
|---|---|
RpcbenchRpcRoutes |
getRpcbenchRpcRoutes() |
@Nullable RpcbenchRpcRoutes getRpcbenchRpcRoutes()
org.opendaylight.yang.gen.v1.rpcbench.payload.rev150702.RpcbenchRpcRoutes rpcbenchRpcRoutes, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.