All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
NxActionMultipathNodesNodeGroupBucketsBucketActionsCase, NxActionMultipathNodesNodeTableFlowApplyActionsCase, NxActionMultipathNodesNodeTableFlowWriteActionsCase, NxActionMultipathNotifDirectStatisticsUpdateApplyActionsCase, NxActionMultipathNotifDirectStatisticsUpdateWriteActionsCase, NxActionMultipathNotifFlowsStatisticsUpdateApplyActionsCase, NxActionMultipathNotifFlowsStatisticsUpdateWriteActionsCase, NxActionMultipathNotifGroupDescStatsUpdatedCase, NxActionMultipathRpcAddFlowApplyActionsCase, NxActionMultipathRpcAddFlowWriteActionsCase, NxActionMultipathRpcAddGroupCase, NxActionMultipathRpcRemoveFlowApplyActionsCase, NxActionMultipathRpcRemoveFlowWriteActionsCase, NxActionMultipathRpcRemoveGroupCase, NxActionMultipathRpcTransmitPacketCase, NxActionMultipathRpcUpdateFlowOriginalApplyActionsCase, NxActionMultipathRpcUpdateFlowOriginalWriteActionsCase, NxActionMultipathRpcUpdateFlowUpdatedApplyActionsCase, NxActionMultipathRpcUpdateFlowUpdatedWriteActionsCase, NxActionMultipathRpcUpdateGroupOriginalCase, NxActionMultipathRpcUpdateGroupUpdatedCase

@Generated("mdsal-binding-generator") public interface NxActionMultipathGrouping extends org.opendaylight.yangtools.yang.binding.DataObject

This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action

 grouping nx-action-multipath-grouping {
   container nx-multipath {
     leaf fields {
       type nicira-action:ofj-nx-hash-fields;
     }
     leaf basis {
       type uint16;
       default 0x400;
     }
     leaf algorithm {
       type nicira-action:ofj-nx-mp-algorithm;
     }
     leaf max-link {
       type uint16;
     }
     leaf arg {
       type uint32;
     }
     container dst {
       uses dst-choice-grouping;
       uses range-grouping;
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return nxMultipath, or null if it is not present.
     
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
  • Method Details

    • implementedInterface

      Class<? extends NxActionMultipathGrouping> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getNxMultipath

      NxMultipath getNxMultipath()
      Return nxMultipath, or null if it is not present.
      Returns:
      NxMultipath nxMultipath, or null if it is not present.