| Modifier and Type | Interface and Description |
|---|---|
interface |
NxmNxTunIpv4Dst
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-match</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-match.yang</i>):
<pre>
container nxm-nx-tun-ipv4-dst {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-match/nxm-nx-tun-ipv4-dst-grouping/nxm-nx-tun-ipv4-dst</i>
<p>To create instances of this class use
NxmNxTunIpv4DstBuilder. |
| Constructor and Description |
|---|
NxmNxTunIpv4DstBuilder(Ipv4AddressGrouping arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NxmNxTunIpv4Src
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-match</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-match.yang</i>):
<pre>
container nxm-nx-tun-ipv4-src {
leaf ipv4-address {
type ipv4-address;
}
uses ipv4-address-grouping;
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-match/nxm-nx-tun-ipv4-src-grouping/nxm-nx-tun-ipv4-src</i>
<p>To create instances of this class use
NxmNxTunIpv4SrcBuilder. |
| Constructor and Description |
|---|
NxmNxTunIpv4SrcBuilder(Ipv4AddressGrouping arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NxmOfArpSpa
Prereqs: NXM_OF_ETH_TYPE must match either 0x0806 or 0x8035.
|
| Constructor and Description |
|---|
NxmOfArpSpaBuilder(Ipv4AddressGrouping arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NxmOfArpTpa
Prereqs: NXM_OF_ETH_TYPE must match either 0x0806 or 0x8035.
|
| Constructor and Description |
|---|
NxmOfArpTpaBuilder(Ipv4AddressGrouping arg) |
Copyright © 2015. All rights reserved.