| Interface | Description |
|---|---|
| Hweventsource |
<p>This class represents the following YANG schema fragment defined in module <b>hweventsource-impl</b>
<br>(Source path: <i>META-INF/yang/hweventsource-impl.yang</i>):
<pre>
case hweventsource {
container broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
container dom-broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
container event-source-registry {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)type {
leaf type {
type leafref;
}
}
}
}
leaf number-event-sources {
type uint8;
}
leaf message-generate-period {
type uint8;
}
leaf message-text {
type string;
}
}
</pre>
The schema path to identify an instance is
<i>hweventsource-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:hweventsource:impl?revision=2014-12-10)hweventsource</i>
|
| Class | Description |
|---|---|
| HweventsourceBuilder |
Class that builds
Hweventsource instances. |
Copyright © 2015. All rights reserved.