| Interface | Description |
|---|---|
| AugGrouping |
<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>
grouping aug-grouping {
container cont1 {
leaf attr-str {
type string;
}
}
container cont2 {
list contlist1 {
key "attr-str"
leaf attr-str {
type string;
}
leaf attr-enum {
type custom-enum;
}
uses enum-grouping;
}
}
leaf attr-str1 {
type string;
}
leaf attr-str2 {
type string;
}
leaf attr-str3 {
type string;
}
leaf attr-str4 {
type string;
}
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</i>
|
| EnumGrouping |
<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>
grouping enum-grouping {
leaf attr-enum {
type custom-enum;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/enum-grouping</i>
|
| KnockKnockInput |
<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 input {
leaf knocker-id {
type instance-identifier;
}
leaf question {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/knock-knock/input</i>
<p>To create instances of this class use
KnockKnockInputBuilder. |
| KnockKnockOutput |
<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 output {
leaf answer {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-of-migration-test-model/knock-knock/output</i>
<p>To create instances of this class use
KnockKnockOutputBuilder. |
| List11SimpleAugment | |
| NestedListSimpleAugment | |
| OpendaylightOfMigrationTestModelService |
Interface for implementing the following YANG RPCs 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>
rpc knock-knock {
input {
leaf knocker-id {
type instance-identifier;
}
leaf question {
type string;
}
}
output {
leaf answer {
type string;
}
}
status CURRENT;
}
</pre>
|
| TllComplexAugment |
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| BitFlags |
The bits built-in type represents a bit set.
|
| KnockKnockInputBuilder |
Class that builds
KnockKnockInput instances. |
| KnockKnockOutputBuilder |
Class that builds
KnockKnockOutput instances. |
| List11SimpleAugmentBuilder |
Class that builds
List11SimpleAugment instances. |
| NestedListSimpleAugmentBuilder |
Class that builds
NestedListSimpleAugment instances. |
| TllComplexAugmentBuilder |
Class that builds
TllComplexAugment instances. |
| Enum | Description |
|---|---|
| CustomEnum |
The enumeration built-in type represents values from a set of assigned names.
|
Copyright © 2015. All Rights Reserved.