Interface NxActionResubmitGrouping

    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends NxActionResubmitGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface 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.