Interface NxResubmit

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NxResubmit>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NxActionResubmitGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface NxResubmit
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NxActionResubmitGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxResubmit>
    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

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

     container nx-resubmit {
       leaf in-port {
         type uint16;
         default 0xfff8;
       }
       leaf table {
         type uint8 {
           range "0 .. 255";
         }
         default 255;
       }
     }
     
    The schema path to identify an instance is openflowplugin-extension-nicira-action/nx-action-resubmit-grouping/nx-resubmit

    To create instances of this class use NxResubmitBuilder.

    See Also:
    NxResubmitBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<NxResubmit> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getInPort

        org.opendaylight.yangtools.yang.common.Uint16 getInPort()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 inPort, or null if not present
      • getTable

        org.opendaylight.yangtools.yang.common.Uint8 getTable()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 table, or null if not present