| Class and Description |
|---|
| Lists
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-sal-test-store</b>
<br>(Source path: <i>META-INF/yang/opendaylight-sal-test-store.yang</i>):
<pre>
container lists {
container unordered-container {
list unordered-list {
key "name"
leaf name {
type string;
}
leaf value {
type string;
}
uses name-value;
}
}
container ordered-container {
list ordered-list {
key "name"
leaf name {
type string;
}
leaf value {
type string;
}
uses name-value;
}
}
container unkeyed-container {
list unkeyed-list {
key leaf name {
type string;
}
leaf value {
type string;
}
uses name-value;
}
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-sal-test-store/lists</i>
<p>To create instances of this class use
ListsBuilder. |
| ListsBuilder
Class that builds
Lists instances. |
| Class and Description |
|---|
| NameValue
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-sal-test-store</b>
<br>(Source path: <i>META-INF/yang/opendaylight-sal-test-store.yang</i>):
<pre>
grouping name-value {
leaf name {
type string;
}
leaf value {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-sal-test-store/name-value</i>
|
| Class and Description |
|---|
| NameValue
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-sal-test-store</b>
<br>(Source path: <i>META-INF/yang/opendaylight-sal-test-store.yang</i>):
<pre>
grouping name-value {
leaf name {
type string;
}
leaf value {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-sal-test-store/name-value</i>
|
| Class and Description |
|---|
| NameValue
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-sal-test-store</b>
<br>(Source path: <i>META-INF/yang/opendaylight-sal-test-store.yang</i>):
<pre>
grouping name-value {
leaf name {
type string;
}
leaf value {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-sal-test-store/name-value</i>
|
Copyright © 2015. All Rights Reserved.