| Interface | Description |
|---|---|
| EncapsulatedRouteInGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-test-routed-rpc</b>
<br>(Source path: <i>META-INF/yang/opendaylight-test-routed-rpc.yang</i>):
<pre>
grouping encapsulated-route-in-grouping {
leaf route {
type encapsulated-route;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-test-routed-rpc/encapsulated-route-in-grouping</i>
|
| OpendaylightTestRoutedRpcService |
Interface for implementing the following YANG RPCs defined in module <b>opendaylight-test-routed-rpc</b>
<br>(Source path: <i>META-INF/yang/opendaylight-test-routed-rpc.yang</i>):
<pre>
rpc routed-simple-route {
input {
leaf route {
type instance-identifier;
}
}
status CURRENT;
}
</pre>
|
| RoutedSimpleRouteInput |
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-test-routed-rpc</b>
<br>(Source path: <i>META-INF/yang/opendaylight-test-routed-rpc.yang</i>):
<pre>
container input {
leaf route {
type instance-identifier;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-test-routed-rpc/routed-simple-route/input</i>
<p>To create instances of this class use
RoutedSimpleRouteInputBuilder. |
| RouteInGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-test-routed-rpc</b>
<br>(Source path: <i>META-INF/yang/opendaylight-test-routed-rpc.yang</i>):
<pre>
grouping route-in-grouping {
leaf route {
type instance-identifier;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-test-routed-rpc/route-in-grouping</i>
|
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| EncapsulatedRoute | |
| RoutedSimpleRouteInputBuilder |
Class that builds
RoutedSimpleRouteInput instances. |
| TestContext |
Test Context
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-test-routed-rpc</b>
<br>(Source path: <i>META-INF/yang/opendaylight-test-routed-rpc.yang</i>):
<pre>
identity test-context {
description
"Test Context";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>opendaylight-test-routed-rpc/test-context</i>
|
Copyright © 2015. All Rights Reserved.