| Interface | Description |
|---|---|
| Broker |
<p>This class represents the following YANG schema fragment defined in module <b>fibmanager-impl</b>
<br>(Source path: <i>META-INF/yang/fibmanager-impl.yang</i>):
<pre>
container broker {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:fibmanager:impl?revision=2015-03-25)type {
leaf type {
type leafref;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>fibmanager-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:fibmanager:impl?revision=2015-03-25)fibmanager-impl/broker</i>
<p>To create instances of this class use
BrokerBuilder. |
| Mdsalutil |
<p>This class represents the following YANG schema fragment defined in module <b>fibmanager-impl</b>
<br>(Source path: <i>META-INF/yang/fibmanager-impl.yang</i>):
<pre>
container mdsalutil {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:fibmanager:impl?revision=2015-03-25)type {
leaf type {
type leafref;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>fibmanager-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:fibmanager:impl?revision=2015-03-25)fibmanager-impl/mdsalutil</i>
<p>To create instances of this class use
MdsalutilBuilder. |
| Vpnmanager |
<p>This class represents the following YANG schema fragment defined in module <b>fibmanager-impl</b>
<br>(Source path: <i>META-INF/yang/fibmanager-impl.yang</i>):
<pre>
container vpnmanager {
leaf type {
type leafref;
}
leaf name {
type leafref;
}
uses service-ref {
refine (urn:opendaylight:params:xml:ns:yang:fibmanager:impl?revision=2015-03-25)type {
leaf type {
type leafref;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>fibmanager-impl/modules/module/configuration/(urn:opendaylight:params:xml:ns:yang:fibmanager:impl?revision=2015-03-25)fibmanager-impl/vpnmanager</i>
<p>To create instances of this class use
VpnmanagerBuilder. |
| Class | Description |
|---|---|
| BrokerBuilder |
Class that builds
Broker instances. |
| MdsalutilBuilder |
Class that builds
Mdsalutil instances. |
| VpnmanagerBuilder |
Class that builds
Vpnmanager instances. |
Copyright © 2015. All rights reserved.