| Interface | Description |
|---|---|
| Ntfbenchmark |
<p>This class represents the following YANG schema fragment defined in module <b>ntfbenchmark-impl</b>
<br>(Source path: <i>META-INF/yang/ntfbenchmark-impl.yang</i>):
<pre>
case ntfbenchmark {
container broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:ntfbenchmark:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
container publish-service {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:ntfbenchmark:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
container listen-service {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:ntfbenchmark:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
}
</pre>
The schema path to identify an instance is
<i>ntfbenchmark-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:ntfbenchmark:impl?revision=2014-12-10)ntfbenchmark</i>
|
| Class | Description |
|---|---|
| NtfbenchmarkBuilder |
Class that builds
Ntfbenchmark instances. |
Copyright © 2015. All rights reserved.