Interface OfjNxActionLearnGrouping

  • All Superinterfaces:
    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;
         }
       }
     }
     
    The schema path to identify an instance is nicira-action/ofj-nx-action-learn-grouping
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends OfjNxActionLearnGrouping> implementedInterface()
        Specified by:
        implementedInterface in interface 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:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflowjava.nx.action.rev140421.ofj.nx.action.learn.grouping.NxActionLearn nxActionLearn, or null if it is not present.