| Interface | Description |
|---|---|
| DstChoiceGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping dst-choice-grouping {
choice dst-choice {
case dst-nx-arp-sha-case {
leaf nx-arp-sha {
type empty;
}
}
case dst-nx-arp-tha-case {
leaf nx-arp-tha {
type empty;
}
}
case dst-nx-nshc-1-case {
leaf nx-nshc-1-dst {
type empty;
}
}
case dst-nx-nshc-2-case {
leaf nx-nshc-2-dst {
type empty;
}
}
case dst-nx-nshc-3-case {
leaf nx-nshc-3-dst {
type empty;
}
}
case dst-nx-nshc-4-case {
leaf nx-nshc-4-dst {
type empty;
}
}
case dst-nx-nsi-case {
leaf nx-nsi-dst {
type empty;
}
}
case dst-nx-nsp-case {
leaf nx-nsp-dst {
type empty;
}
}
case dst-nx-reg-case {
leaf nx-reg {
type identityref;
}
}
case dst-nx-tun-id-case {
leaf nx-tun-id {
type empty;
}
}
case dst-nx-tun-ipv4-dst-case {
leaf nx-tun-ipv4-dst {
type empty;
}
}
case dst-nx-tun-ipv4-src-case {
leaf nx-tun-ipv4-src {
type empty;
}
}
case dst-of-arp-op-case {
leaf of-arp-op {
type empty;
}
}
case dst-of-arp-spa-case {
leaf of-arp-spa {
type empty;
}
}
case dst-of-arp-tpa-case {
leaf of-arp-tpa {
type empty;
}
}
case dst-of-eth-dst-case {
leaf of-eth-dst {
type empty;
}
}
case dst-of-eth-src-case {
leaf of-eth-src {
type empty;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/dst-choice-grouping</i>
|
| NxActionMultipathGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-multipath-grouping {
container nx-multipath {
leaf fields {
type ofj-nx-hash-fields;
}
leaf basis {
type uint16;
}
leaf algorithm {
type ofj-nx-mp-algorithm;
}
leaf max-link {
type uint16;
}
leaf arg {
type uint32;
}
container dst {
leaf start {
type uint16;
}
leaf end {
type uint16;
}
choice dst-choice {
case dst-nx-arp-sha-case {
leaf nx-arp-sha {
type empty;
}
}
case dst-nx-arp-tha-case {
leaf nx-arp-tha {
type empty;
}
}
case dst-nx-nshc-1-case {
leaf nx-nshc-1-dst {
type empty;
}
}
case dst-nx-nshc-2-case {
leaf nx-nshc-2-dst {
type empty;
}
}
case dst-nx-nshc-3-case {
leaf nx-nshc-3-dst {
type empty;
}
}
case dst-nx-nshc-4-case {
leaf nx-nshc-4-dst {
type empty;
}
}
case dst-nx-nsi-case {
leaf nx-nsi-dst {
type empty;
}
}
case dst-nx-nsp-case {
leaf nx-nsp-dst {
type empty;
}
}
case dst-nx-reg-case {
leaf nx-reg {
type identityref;
}
}
case dst-nx-tun-id-case {
leaf nx-tun-id {
type empty;
}
}
case dst-nx-tun-ipv4-dst-case {
leaf nx-tun-ipv4-dst {
type empty;
}
}
case dst-nx-tun-ipv4-src-case {
leaf nx-tun-ipv4-src {
type empty;
}
}
case dst-of-arp-op-case {
leaf of-arp-op {
type empty;
}
}
case dst-of-arp-spa-case {
leaf of-arp-spa {
type empty;
}
}
case dst-of-arp-tpa-case {
leaf of-arp-tpa {
type empty;
}
}
case dst-of-eth-dst-case {
leaf of-eth-dst {
type empty;
}
}
case dst-of-eth-src-case {
leaf of-eth-src {
type empty;
}
}
}
uses range-grouping;
uses dst-choice-grouping;
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-multipath-grouping</i>
|
| NxActionOutputRegGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-output-reg-grouping {
container nx-output-reg {
container src {
choice src-choice {
case src-nx-arp-sha-case {
leaf nx-arp-sha {
type empty;
}
}
case src-nx-arp-tha-case {
leaf nx-arp-tha {
type empty;
}
}
case src-nx-nshc-1-case {
leaf nx-nshc-1-dst {
type empty;
}
}
case src-nx-nshc-2-case {
leaf nx-nshc-2-dst {
type empty;
}
}
case src-nx-nshc-3-case {
leaf nx-nshc-3-dst {
type empty;
}
}
case src-nx-nshc-4-case {
leaf nx-nshc-4-dst {
type empty;
}
}
case src-nx-nsi-case {
leaf nx-nsi-dst {
type empty;
}
}
case src-nx-nsp-case {
leaf nx-nsp-dst {
type empty;
}
}
case src-nx-reg-case {
leaf nx-reg {
type identityref;
}
}
case src-nx-tun-id-case {
leaf nx-tun-id {
type empty;
}
}
case src-nx-tun-ipv4-dst-case {
leaf nx-tun-ipv4-dst {
type empty;
}
}
case src-nx-tun-ipv4-src-case {
leaf nx-tun-ipv4-src {
type empty;
}
}
case src-of-arp-op-case {
leaf of-arp-op {
type empty;
}
}
case src-of-arp-spa-case {
leaf of-arp-spa {
type empty;
}
}
case src-of-arp-tpa-case {
leaf of-arp-tpa {
type empty;
}
}
case src-of-eth-dst-case {
leaf of-eth-dst {
type empty;
}
}
case src-of-eth-src-case {
leaf of-eth-src {
type empty;
}
}
case src-of-eth-type-case {
leaf of-eth-type {
type empty;
}
}
}
leaf ofs_nbits {
type uint16;
}
uses src-choice-grouping;
}
leaf max_len {
type uint16;
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-output-reg-grouping</i>
|
| NxActionRegLoadGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-reg-load-grouping {
container nx-reg-load {
container dst {
leaf start {
type uint16;
}
leaf end {
type uint16;
}
choice dst-choice {
case dst-nx-arp-sha-case {
leaf nx-arp-sha {
type empty;
}
}
case dst-nx-arp-tha-case {
leaf nx-arp-tha {
type empty;
}
}
case dst-nx-nshc-1-case {
leaf nx-nshc-1-dst {
type empty;
}
}
case dst-nx-nshc-2-case {
leaf nx-nshc-2-dst {
type empty;
}
}
case dst-nx-nshc-3-case {
leaf nx-nshc-3-dst {
type empty;
}
}
case dst-nx-nshc-4-case {
leaf nx-nshc-4-dst {
type empty;
}
}
case dst-nx-nsi-case {
leaf nx-nsi-dst {
type empty;
}
}
case dst-nx-nsp-case {
leaf nx-nsp-dst {
type empty;
}
}
case dst-nx-reg-case {
leaf nx-reg {
type identityref;
}
}
case dst-nx-tun-id-case {
leaf nx-tun-id {
type empty;
}
}
case dst-nx-tun-ipv4-dst-case {
leaf nx-tun-ipv4-dst {
type empty;
}
}
case dst-nx-tun-ipv4-src-case {
leaf nx-tun-ipv4-src {
type empty;
}
}
case dst-of-arp-op-case {
leaf of-arp-op {
type empty;
}
}
case dst-of-arp-spa-case {
leaf of-arp-spa {
type empty;
}
}
case dst-of-arp-tpa-case {
leaf of-arp-tpa {
type empty;
}
}
case dst-of-eth-dst-case {
leaf of-eth-dst {
type empty;
}
}
case dst-of-eth-src-case {
leaf of-eth-src {
type empty;
}
}
}
uses range-grouping;
uses dst-choice-grouping;
}
leaf value {
type uint64;
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-reg-load-grouping</i>
|
| NxActionRegMoveGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-reg-move-grouping {
container nx-reg-move {
container src {
leaf start {
type uint16;
}
leaf end {
type uint16;
}
choice src-choice {
case src-nx-arp-sha-case {
leaf nx-arp-sha {
type empty;
}
}
case src-nx-arp-tha-case {
leaf nx-arp-tha {
type empty;
}
}
case src-nx-nshc-1-case {
leaf nx-nshc-1-dst {
type empty;
}
}
case src-nx-nshc-2-case {
leaf nx-nshc-2-dst {
type empty;
}
}
case src-nx-nshc-3-case {
leaf nx-nshc-3-dst {
type empty;
}
}
case src-nx-nshc-4-case {
leaf nx-nshc-4-dst {
type empty;
}
}
case src-nx-nsi-case {
leaf nx-nsi-dst {
type empty;
}
}
case src-nx-nsp-case {
leaf nx-nsp-dst {
type empty;
}
}
case src-nx-reg-case {
leaf nx-reg {
type identityref;
}
}
case src-nx-tun-id-case {
leaf nx-tun-id {
type empty;
}
}
case src-nx-tun-ipv4-dst-case {
leaf nx-tun-ipv4-dst {
type empty;
}
}
case src-nx-tun-ipv4-src-case {
leaf nx-tun-ipv4-src {
type empty;
}
}
case src-of-arp-op-case {
leaf of-arp-op {
type empty;
}
}
case src-of-arp-spa-case {
leaf of-arp-spa {
type empty;
}
}
case src-of-arp-tpa-case {
leaf of-arp-tpa {
type empty;
}
}
case src-of-eth-dst-case {
leaf of-eth-dst {
type empty;
}
}
case src-of-eth-src-case {
leaf of-eth-src {
type empty;
}
}
case src-of-eth-type-case {
leaf of-eth-type {
type empty;
}
}
}
uses range-grouping;
uses src-choice-grouping;
}
container dst {
leaf start {
type uint16;
}
leaf end {
type uint16;
}
choice dst-choice {
case dst-nx-arp-sha-case {
leaf nx-arp-sha {
type empty;
}
}
case dst-nx-arp-tha-case {
leaf nx-arp-tha {
type empty;
}
}
case dst-nx-nshc-1-case {
leaf nx-nshc-1-dst {
type empty;
}
}
case dst-nx-nshc-2-case {
leaf nx-nshc-2-dst {
type empty;
}
}
case dst-nx-nshc-3-case {
leaf nx-nshc-3-dst {
type empty;
}
}
case dst-nx-nshc-4-case {
leaf nx-nshc-4-dst {
type empty;
}
}
case dst-nx-nsi-case {
leaf nx-nsi-dst {
type empty;
}
}
case dst-nx-nsp-case {
leaf nx-nsp-dst {
type empty;
}
}
case dst-nx-reg-case {
leaf nx-reg {
type identityref;
}
}
case dst-nx-tun-id-case {
leaf nx-tun-id {
type empty;
}
}
case dst-nx-tun-ipv4-dst-case {
leaf nx-tun-ipv4-dst {
type empty;
}
}
case dst-nx-tun-ipv4-src-case {
leaf nx-tun-ipv4-src {
type empty;
}
}
case dst-of-arp-op-case {
leaf of-arp-op {
type empty;
}
}
case dst-of-arp-spa-case {
leaf of-arp-spa {
type empty;
}
}
case dst-of-arp-tpa-case {
leaf of-arp-tpa {
type empty;
}
}
case dst-of-eth-dst-case {
leaf of-eth-dst {
type empty;
}
}
case dst-of-eth-src-case {
leaf of-eth-src {
type empty;
}
}
}
uses range-grouping;
uses dst-choice-grouping;
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-reg-move-grouping</i>
|
| NxActionResubmitGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-resubmit-grouping {
container nx-resubmit {
leaf in-port {
type uint16;
}
leaf table {
type uint8;
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-resubmit-grouping</i>
|
| NxActionSetNshc1Grouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-set-nshc-1-grouping {
container nx-set-nshc-1 {
leaf nshc {
type uint32;
}
uses nx-action-set-nshc-grouping;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-set-nshc-1-grouping</i>
|
| NxActionSetNshc2Grouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-set-nshc-2-grouping {
container nx-set-nshc-2 {
leaf nshc {
type uint32;
}
uses nx-action-set-nshc-grouping;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-set-nshc-2-grouping</i>
|
| NxActionSetNshc3Grouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-set-nshc-3-grouping {
container nx-set-nshc-3 {
leaf nshc {
type uint32;
}
uses nx-action-set-nshc-grouping;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-set-nshc-3-grouping</i>
|
| NxActionSetNshc4Grouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-set-nshc-4-grouping {
container nx-set-nshc-4 {
leaf nshc {
type uint32;
}
uses nx-action-set-nshc-grouping;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-set-nshc-4-grouping</i>
|
| NxActionSetNshcGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-set-nshc-grouping {
leaf nshc {
type uint32;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-set-nshc-grouping</i>
|
| NxActionSetNsiGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-set-nsi-grouping {
container nx-set-nsi {
leaf nsi {
type uint8;
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-set-nsi-grouping</i>
|
| NxActionSetNspGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nx-action-set-nsp-grouping {
container nx-set-nsp {
leaf nsp {
type uint32;
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-set-nsp-grouping</i>
|
| NxmNxArpShaGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-arp-sha-grouping {
leaf nx-arp-sha {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-arp-sha-grouping</i>
|
| NxmNxArpThaGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-arp-tha-grouping {
leaf nx-arp-tha {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-arp-tha-grouping</i>
|
| NxmNxNshc1Grouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-nshc-1-grouping {
leaf nx-nshc-1-dst {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-nshc-1-grouping</i>
|
| NxmNxNshc2Grouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-nshc-2-grouping {
leaf nx-nshc-2-dst {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-nshc-2-grouping</i>
|
| NxmNxNshc3Grouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-nshc-3-grouping {
leaf nx-nshc-3-dst {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-nshc-3-grouping</i>
|
| NxmNxNshc4Grouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-nshc-4-grouping {
leaf nx-nshc-4-dst {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-nshc-4-grouping</i>
|
| NxmNxNsiGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-nsi-grouping {
leaf nx-nsi-dst {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-nsi-grouping</i>
|
| NxmNxNspGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-nsp-grouping {
leaf nx-nsp-dst {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-nsp-grouping</i>
|
| NxmNxRegGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-reg-grouping {
leaf nx-reg {
type identityref;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-reg-grouping</i>
|
| NxmNxTunIdGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-tun-id-grouping {
leaf nx-tun-id {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-tun-id-grouping</i>
|
| NxmNxTunIpv4DstGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-tun-ipv4-dst-grouping {
leaf nx-tun-ipv4-dst {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-tun-ipv4-dst-grouping</i>
|
| NxmNxTunIpv4SrcGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-nx-tun-ipv4-src-grouping {
leaf nx-tun-ipv4-src {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-nx-tun-ipv4-src-grouping</i>
|
| NxmOfArpOpGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-of-arp-op-grouping {
leaf of-arp-op {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-of-arp-op-grouping</i>
|
| NxmOfArpSpaGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-of-arp-spa-grouping {
leaf of-arp-spa {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-of-arp-spa-grouping</i>
|
| NxmOfArpTpaGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-of-arp-tpa-grouping {
leaf of-arp-tpa {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-of-arp-tpa-grouping</i>
|
| NxmOfEthDstGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-of-eth-dst-grouping {
leaf of-eth-dst {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-of-eth-dst-grouping</i>
|
| NxmOfEthSrcGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-of-eth-src-grouping {
leaf of-eth-src {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-of-eth-src-grouping</i>
|
| NxmOfEthTypeGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping nxm-of-eth-type-grouping {
leaf of-eth-type {
type empty;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nxm-of-eth-type-grouping</i>
|
| RangeGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping range-grouping {
leaf start {
type uint16;
}
leaf end {
type uint16;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/range-grouping</i>
|
| SrcChoiceGrouping |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping src-choice-grouping {
choice src-choice {
case src-nx-arp-sha-case {
leaf nx-arp-sha {
type empty;
}
}
case src-nx-arp-tha-case {
leaf nx-arp-tha {
type empty;
}
}
case src-nx-nshc-1-case {
leaf nx-nshc-1-dst {
type empty;
}
}
case src-nx-nshc-2-case {
leaf nx-nshc-2-dst {
type empty;
}
}
case src-nx-nshc-3-case {
leaf nx-nshc-3-dst {
type empty;
}
}
case src-nx-nshc-4-case {
leaf nx-nshc-4-dst {
type empty;
}
}
case src-nx-nsi-case {
leaf nx-nsi-dst {
type empty;
}
}
case src-nx-nsp-case {
leaf nx-nsp-dst {
type empty;
}
}
case src-nx-reg-case {
leaf nx-reg {
type identityref;
}
}
case src-nx-tun-id-case {
leaf nx-tun-id {
type empty;
}
}
case src-nx-tun-ipv4-dst-case {
leaf nx-tun-ipv4-dst {
type empty;
}
}
case src-nx-tun-ipv4-src-case {
leaf nx-tun-ipv4-src {
type empty;
}
}
case src-of-arp-op-case {
leaf of-arp-op {
type empty;
}
}
case src-of-arp-spa-case {
leaf of-arp-spa {
type empty;
}
}
case src-of-arp-tpa-case {
leaf of-arp-tpa {
type empty;
}
}
case src-of-eth-dst-case {
leaf of-eth-dst {
type empty;
}
}
case src-of-eth-src-case {
leaf of-eth-src {
type empty;
}
}
case src-of-eth-type-case {
leaf of-eth-type {
type empty;
}
}
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/src-choice-grouping</i>
|
| Class | Description |
|---|---|
| $YangModelBindingProvider | |
| $YangModuleInfoImpl | |
| NxActionRegLoadKey |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
identity nx-action-reg-load-key {
base "()IdentitySchemaNodeImpl[base=null, qname=(urn:opendaylight:openflowplugin:extension:general?revision=2014-07-14)extension-key]";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-reg-load-key</i>
|
| NxActionRegMoveKey |
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
identity nx-action-reg-move-key {
base "()IdentitySchemaNodeImpl[base=null, qname=(urn:opendaylight:openflowplugin:extension:general?revision=2014-07-14)extension-key]";
status CURRENT;
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/nx-action-reg-move-key</i>
|
Copyright © 2015. All rights reserved.