Interface OfjNxActionMultipathGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    ActionMultipath

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

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

     grouping ofj-nx-action-multipath-grouping {
       container nx-action-multipath {
         leaf fields {
           type ofj-nx-hash-fields;
         }
         leaf basis {
           type uint16;
           default 0x400;
         }
         leaf algorithm {
           type ofj-nx-mp-algorithm;
         }
         leaf max-link {
           type uint16;
         }
         leaf arg {
           type uint32;
         }
         leaf ofs-nbits {
           type uint16;
         }
         leaf dst {
           type uint32;
         }
         leaf experimenter-id {
           type oft:experimenter-id;
         }
       }
     }
     
    • 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 OfjNxActionMultipathGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getNxActionMultipath

        NxActionMultipath getNxActionMultipath()
        Return nxActionMultipath, or null if it is not present.
        Returns:
        NxActionMultipath nxActionMultipath, or null if it is not present.