| Interface | Description |
|---|---|
| BaseIds | |
| IfL2vlan | |
| IfL3tunnel | |
| IfMpls | |
| IfStackedVlan | |
| IInterfaceManagerServiceInterface |
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| BaseIdsBuilder |
Class that builds
BaseIds instances. |
| IfL2vlanBuilder |
Class that builds
IfL2vlan instances. |
| IfL3tunnelBuilder |
Class that builds
IfL3tunnel instances. |
| IfMplsBuilder |
Class that builds
IfMpls instances. |
| IfStackedVlanBuilder |
Class that builds
IfStackedVlan instances. |
| L3tunnel |
<p>This class represents the following YANG schema fragment defined in module <b>odl-interface</b>
<br>(Source path: <i>META-INF/yang/odl-interface.yang</i>):
<pre>
identity l3tunnel {
base "()IdentitySchemaNodeImpl[base=null, qname=(urn:ietf:params:xml:ns:yang:ietf-interfaces?revision=2014-05-08)interface-type]";
reference
"l3 tunnel interface";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>odl-interface/l3tunnel</i>
|
| Mpls |
<p>This class represents the following YANG schema fragment defined in module <b>odl-interface</b>
<br>(Source path: <i>META-INF/yang/odl-interface.yang</i>):
<pre>
identity mpls {
base "()IdentitySchemaNodeImpl[base=null, qname=(urn:ietf:params:xml:ns:yang:ietf-interfaces?revision=2014-05-08)interface-type]";
reference
"MPLS interface";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>odl-interface/mpls</i>
|
| OdlInterface |
<p>This class represents the following YANG schema fragment defined in module <b>odl-interface</b>
<br>(Source path: <i>META-INF/yang/odl-interface.yang</i>):
<pre>
identity odl-interface {
base "()IdentitySchemaNodeImpl[base=null, qname=(urn:opendaylight:params:xml:ns:yang:controller:config?revision=2013-04-05)service-type]";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>odl-interface/odl-interface</i>
|
| StackedVlan |
<p>This class represents the following YANG schema fragment defined in module <b>odl-interface</b>
<br>(Source path: <i>META-INF/yang/odl-interface.yang</i>):
<pre>
identity stacked-vlan {
base "()IdentitySchemaNodeImpl[base=null, qname=(urn:ietf:params:xml:ns:yang:ietf-interfaces?revision=2014-05-08)interface-type]";
reference
"Q-in-Q interface";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>odl-interface/stacked-vlan</i>
|
| TunnelTypeBase |
Base identity for all tunnel-types
<p>This class represents the following YANG schema fragment defined in module <b>odl-interface</b>
<br>(Source path: <i>META-INF/yang/odl-interface.yang</i>):
<pre>
identity tunnel-type-base {
description
"Base identity for all tunnel-types";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>odl-interface/tunnel-type-base</i>
|
| TunnelTypeGre |
Tunnel type for gre tunnels
<p>This class represents the following YANG schema fragment defined in module <b>odl-interface</b>
<br>(Source path: <i>META-INF/yang/odl-interface.yang</i>):
<pre>
identity tunnel-type-gre {
base "()IdentitySchemaNodeImpl[base=null, qname=(urn:opendaylight:vpnservice:interfacemgr?revision=2015-03-31)tunnel-type-base]";
description
"Tunnel type for gre tunnels";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>odl-interface/tunnel-type-gre</i>
|
| TunnelTypeVxlan |
Tunnel type for vxlan tunnels
<p>This class represents the following YANG schema fragment defined in module <b>odl-interface</b>
<br>(Source path: <i>META-INF/yang/odl-interface.yang</i>):
<pre>
identity tunnel-type-vxlan {
base "()IdentitySchemaNodeImpl[base=null, qname=(urn:opendaylight:vpnservice:interfacemgr?revision=2015-03-31)tunnel-type-base]";
description
"Tunnel type for vxlan tunnels";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>odl-interface/tunnel-type-vxlan</i>
|
Copyright © 2016. All rights reserved.