| Package | Description |
|---|---|
| org.opendaylight.yang.gen.v1.urn.opendaylight.vpnservice.interfacemgr.rev150331 |
| Modifier and Type | Class and Description |
|---|---|
class |
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>
|
class |
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>
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends TunnelTypeBase> |
IfL3tunnel.getTunnelType() |
Class<? extends TunnelTypeBase> |
IfL3tunnelBuilder.getTunnelType() |
| Modifier and Type | Method and Description |
|---|---|
IfL3tunnelBuilder |
IfL3tunnelBuilder.setTunnelType(Class<? extends TunnelTypeBase> value) |
Copyright © 2015. All rights reserved.