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:
NxActionResubmitNodesNodeGroupBucketsBucketActionsCase, NxActionResubmitNodesNodeTableFlowApplyActionsCase, NxActionResubmitNodesNodeTableFlowWriteActionsCase, NxActionResubmitNotifDirectStatisticsUpdateApplyActionsCase, NxActionResubmitNotifDirectStatisticsUpdateWriteActionsCase, NxActionResubmitNotifFlowsStatisticsUpdateApplyActionsCase, NxActionResubmitNotifFlowsStatisticsUpdateWriteActionsCase, NxActionResubmitNotifGroupDescStatsUpdatedCase, NxActionResubmitRpcAddFlowApplyActionsCase, NxActionResubmitRpcAddFlowWriteActionsCase, NxActionResubmitRpcAddGroupCase, NxActionResubmitRpcRemoveFlowApplyActionsCase, NxActionResubmitRpcRemoveFlowWriteActionsCase, NxActionResubmitRpcRemoveGroupCase, NxActionResubmitRpcTransmitPacketCase, NxActionResubmitRpcUpdateFlowOriginalApplyActionsCase, NxActionResubmitRpcUpdateFlowOriginalWriteActionsCase, NxActionResubmitRpcUpdateFlowUpdatedApplyActionsCase, NxActionResubmitRpcUpdateFlowUpdatedWriteActionsCase, NxActionResubmitRpcUpdateGroupOriginalCase, NxActionResubmitRpcUpdateGroupUpdatedCase

@Generated("mdsal-binding-generator") public interface NxActionResubmitGrouping 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-resubmit-grouping {
   container nx-resubmit {
     leaf in-port {
       type uint16;
       default 0xfff8;
     }
     leaf table {
       type uint8 {
         range "0 .. 255";
       }
       default 255;
     }
   }
 }
 
  • 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 nxResubmit, 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 NxActionResubmitGrouping> 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
    • getNxResubmit

      NxResubmit getNxResubmit()
      Return nxResubmit, or null if it is not present.
           
               Re-searches OpenFlow flow table (or the table whose number is specified by
               table) with the in-port field replaced by port (if port is specified) and
               executes the actions found
           
       
      Returns:
      NxResubmit nxResubmit, or null if it is not present.