Interface NxActionResubmitGrouping

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • 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:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.resubmit.grouping.NxResubmit nxResubmit, or null if it is not present.