| Class and Description |
|---|
| Cont1
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-of-migration-test-model</b>
<br>(Source path: <i>META-INF/yang/opendaylight-of-migration-test-model.yang</i>):
<pre>
container cont1 {
leaf attr-str {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/aug-grouping/cont1</i>
<p>To create instances of this class use
Cont1Builder. |
| Cont2
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-of-migration-test-model</b>
<br>(Source path: <i>META-INF/yang/opendaylight-of-migration-test-model.yang</i>):
<pre>
container cont2 {
list contlist1 {
key "attr-str"
leaf attr-str {
type string;
}
leaf attr-enum {
type custom-enum;
}
uses enum-grouping;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/aug-grouping/cont2</i>
<p>To create instances of this class use
Cont2Builder. |
| List1
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-of-migration-test-model</b>
<br>(Source path: <i>META-INF/yang/opendaylight-of-migration-test-model.yang</i>):
<pre>
list list1 {
key "attr-str"
leaf attr-str {
type string;
}
list list1-1 {
key "attr-int"
leaf attr-int {
type int32;
}
leaf attr-str {
type string;
}
leaf flags {
type bit-flags;
}
}
list list1-2 {
key "attr-int"
leaf attr-int {
type int32;
}
leaf attr-str {
type string;
}
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/aug-grouping/list1</i>
<p>To create instances of this class use
List1Builder. |
| Class and Description |
|---|
| Cont1
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-of-migration-test-model</b>
<br>(Source path: <i>META-INF/yang/opendaylight-of-migration-test-model.yang</i>):
<pre>
container cont1 {
leaf attr-str {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/aug-grouping/cont1</i>
<p>To create instances of this class use
Cont1Builder. |
| Cont1Builder
Class that builds
Cont1 instances. |
| Cont2
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-of-migration-test-model</b>
<br>(Source path: <i>META-INF/yang/opendaylight-of-migration-test-model.yang</i>):
<pre>
container cont2 {
list contlist1 {
key "attr-str"
leaf attr-str {
type string;
}
leaf attr-enum {
type custom-enum;
}
uses enum-grouping;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/aug-grouping/cont2</i>
<p>To create instances of this class use
Cont2Builder. |
| Cont2Builder
Class that builds
Cont2 instances. |
| List1
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-of-migration-test-model</b>
<br>(Source path: <i>META-INF/yang/opendaylight-of-migration-test-model.yang</i>):
<pre>
list list1 {
key "attr-str"
leaf attr-str {
type string;
}
list list1-1 {
key "attr-int"
leaf attr-int {
type int32;
}
leaf attr-str {
type string;
}
leaf flags {
type bit-flags;
}
}
list list1-2 {
key "attr-int"
leaf attr-int {
type int32;
}
leaf attr-str {
type string;
}
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/aug-grouping/list1</i>
<p>To create instances of this class use
List1Builder. |
| List1Builder
Class that builds
List1 instances. |
| List1Key |
Copyright © 2015. All Rights Reserved.