public interface RpcbenchRpcRoutes extends org.opendaylight.yangtools.yang.binding.ChildOf<RpcbenchPayloadData>, org.opendaylight.yangtools.yang.binding.Augmentable<RpcbenchRpcRoutes>
This class represents the following YANG schema fragment defined in module rpcbench-payload
container rpcbench-rpc-routes {
list rpc-route {
key id;
ext:context-instance node-context;
leaf id {
type string;
}
}
}
The schema path to identify an instance is
rpcbench-payload/rpcbench-rpc-routes
To create instances of this class use RpcbenchRpcRoutesBuilder.
RpcbenchRpcRoutesBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<RpcRoute> |
getRpcRoute()
Routed RPC server context instances (i.e.
|
Copyright © 2019 OpenDaylight. All rights reserved.