- All Superinterfaces:
- org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
- NxActionMultipathNodesNodeGroupBucketsBucketActionsCase, NxActionMultipathNodesNodeTableFlowApplyActionsCase, NxActionMultipathNodesNodeTableFlowWriteActionsCase, NxActionMultipathNotifFlowsStatisticsUpdateApplyActionsCase, NxActionMultipathNotifFlowsStatisticsUpdateWriteActionsCase, NxActionMultipathNotifGroupDescStatsUpdatedCase, NxActionMultipathRpcAddFlowApplyActionsCase, NxActionMultipathRpcAddFlowWriteActionsCase, NxActionMultipathRpcAddGroupCase, NxActionMultipathRpcRemoveFlowApplyActionsCase, NxActionMultipathRpcRemoveFlowWriteActionsCase, NxActionMultipathRpcRemoveGroupCase, NxActionMultipathRpcTransmitPacketCase, NxActionMultipathRpcUpdateFlowOriginalApplyActionsCase, NxActionMultipathRpcUpdateFlowOriginalWriteActionsCase, NxActionMultipathRpcUpdateFlowUpdatedApplyActionsCase, NxActionMultipathRpcUpdateFlowUpdatedWriteActionsCase, NxActionMultipathRpcUpdateGroupOriginalCase, NxActionMultipathRpcUpdateGroupUpdatedCase
public interface NxActionMultipathGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
<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>