| Modifier and Type | Interface and Description |
|---|---|
interface |
NxmNxArpSha
<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-arp-sha {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-match/nxm-nx-arp-sha-grouping/nxm-nx-arp-sha</i>
<p>To create instances of this class use
NxmNxArpShaBuilder. |
| Constructor and Description |
|---|
NxmNxArpShaBuilder(MacAddressGrouping arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NxmNxArpTha
<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-arp-tha {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-match/nxm-nx-arp-tha-grouping/nxm-nx-arp-tha</i>
<p>To create instances of this class use
NxmNxArpThaBuilder. |
| Constructor and Description |
|---|
NxmNxArpThaBuilder(MacAddressGrouping arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NxmOfEthDst
<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-of-eth-dst {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-match/nxm-of-eth-dst-grouping/nxm-of-eth-dst</i>
<p>To create instances of this class use
NxmOfEthDstBuilder. |
| Constructor and Description |
|---|
NxmOfEthDstBuilder(MacAddressGrouping arg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
NxmOfEthSrc
<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-of-eth-src {
leaf mac-address {
type mac-address;
}
uses mac-address-grouping;
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-match/nxm-of-eth-src-grouping/nxm-of-eth-src</i>
<p>To create instances of this class use
NxmOfEthSrcBuilder. |
| Constructor and Description |
|---|
NxmOfEthSrcBuilder(MacAddressGrouping arg) |
Copyright © 2015. All rights reserved.