All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
All Known Subinterfaces:
ActionLearn

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

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

 grouping ofj-nx-action-learn-grouping {
   container nx-action-learn {
     leaf idle-timeout {
       type uint16;
     }
     leaf hard-timeout {
       type uint16;
     }
     leaf priority {
       type uint16;
     }
     leaf cookie {
       type uint64;
     }
     leaf flags {
       type uint16;
     }
     leaf table-id {
       type uint8;
     }
     leaf fin-idle-timeout {
       type uint16;
     }
     leaf fin-hard-timeout {
       type uint16;
     }
     list flow-mods {
       uses flow-mod-spec;
     }
   }
 }
 
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final @NonNull org.opendaylight.yangtools.yang.common.QName
    YANG identifier of the statement represented by this class.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return nxActionLearn, or null if it is not present.
     
  • Field Details

    • QNAME

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

    • implementedInterface

      Class<? extends OfjNxActionLearnGrouping> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
    • getNxActionLearn

      NxActionLearn getNxActionLearn()
      Return nxActionLearn, or null if it is not present.
      Returns:
      NxActionLearn nxActionLearn, or null if it is not present.