| Interface | Description |
|---|---|
| NestedList |
A list of service functions that compose the service chain
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-mdsal-list-test</b>
<br>(Source path: <i>META-INF/yang/opendaylight-mdsal-list-test.yang</i>):
<pre>
list nested-list {
key "name"
leaf name {
type string;
}
leaf type {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-list-test/two-level-list/top-level-list/nested-list</i>
<p>To create instances of this class use
NestedListBuilder. |
| Class | Description |
|---|---|
| NestedListBuilder |
Class that builds
NestedList instances. |
| NestedListKey |
Copyright © 2015. All Rights Reserved.