| Class and Description |
|---|
| ComplexFromGrouping
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-mdsal-augment-test</b>
<br>(Source path: <i>META-INF/yang/opendaylight-mdsal-augment-test.yang</i>):
<pre>
grouping complex-from-grouping {
container container-with-uses {
leaf leaf-from-grouping {
type string;
}
uses leaf-from-grouping;
}
list list-via-uses {
key "name"
leaf name {
type string;
}
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-augment-test/complex-from-grouping</i>
|
| LeafFromGrouping
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-mdsal-augment-test</b>
<br>(Source path: <i>META-INF/yang/opendaylight-mdsal-augment-test.yang</i>):
<pre>
grouping leaf-from-grouping {
leaf leaf-from-grouping {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-augment-test/leaf-from-grouping</i>
|
| RpcComplexUsesAugment |
| RpcComplexUsesAugmentBuilder
Class that builds
RpcComplexUsesAugment instances. |
| RpcLeafOnlyAugment |
| RpcLeafOnlyAugmentBuilder
Class that builds
RpcLeafOnlyAugment instances. |
| RpcLeafOnlyUsesAugment |
| RpcLeafOnlyUsesAugmentBuilder
Class that builds
RpcLeafOnlyUsesAugment instances. |
| RpcSecondLeafOnlyAugment |
| RpcSecondLeafOnlyAugmentBuilder
Class that builds
RpcSecondLeafOnlyAugment instances. |
| TreeComplexUsesAugment |
| TreeComplexUsesAugmentBuilder
Class that builds
TreeComplexUsesAugment instances. |
| TreeLeafOnlyAugment |
| TreeLeafOnlyAugmentBuilder
Class that builds
TreeLeafOnlyAugment instances. |
| TreeLeafOnlyUsesAugment |
| TreeLeafOnlyUsesAugmentBuilder
Class that builds
TreeLeafOnlyUsesAugment instances. |
| TreeSecondLeafOnlyAugment |
| TreeSecondLeafOnlyAugmentBuilder
Class that builds
TreeSecondLeafOnlyAugment instances. |
| Class and Description |
|---|
| LeafFromGrouping
<p>This class represents the following YANG schema fragment defined in module <b>opendaylight-mdsal-augment-test</b>
<br>(Source path: <i>META-INF/yang/opendaylight-mdsal-augment-test.yang</i>):
<pre>
grouping leaf-from-grouping {
leaf leaf-from-grouping {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>opendaylight-mdsal-augment-test/leaf-from-grouping</i>
|
Copyright © 2015. All Rights Reserved.