Interface NxActionOutputReg2

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

    public interface NxActionOutputReg2
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OfjNxActionOutputReg2Grouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxActionOutputReg2>

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

     container nx-action-output-reg2 {
       leaf n_bits {
         type uint16;
       }
       leaf src {
         type uint64;
       }
       leaf max_len {
         type uint16;
       }
       leaf experimenter-id {
         type oft:experimenter-id;
       }
     }
     
    The schema path to identify an instance is nicira-action/ofj-nx-action-output-reg2-grouping/nx-action-output-reg2

    To create instances of this class use NxActionOutputReg2Builder.

    See Also:
    NxActionOutputReg2Builder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        org.opendaylight.yangtools.yang.common.Uint16 getNBits()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 nBits, or null if not present
      • getSrc

        org.opendaylight.yangtools.yang.common.Uint64 getSrc()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint64 src, or null if not present
      • getMaxLen

        org.opendaylight.yangtools.yang.common.Uint16 getMaxLen()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 maxLen, or null if not present
      • getExperimenterId

        ExperimenterId getExperimenterId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.ExperimenterId experimenterId, or null if not present