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:
NxActionLearnNodesNodeGroupBucketsBucketActionsCase, NxActionLearnNodesNodeTableFlowApplyActionsCase, NxActionLearnNodesNodeTableFlowWriteActionsCase, NxActionLearnNotifDirectStatisticsUpdateApplyActionsCase, NxActionLearnNotifDirectStatisticsUpdateWriteActionsCase, NxActionLearnNotifFlowsStatisticsUpdateApplyActionsCase, NxActionLearnNotifFlowsStatisticsUpdateWriteActionsCase, NxActionLearnNotifGroupDescStatsUpdatedCase, NxActionLearnRpcAddFlowApplyActionsCase, NxActionLearnRpcAddFlowWriteActionsCase, NxActionLearnRpcAddGroupCase, NxActionLearnRpcRemoveFlowApplyActionsCase, NxActionLearnRpcRemoveFlowWriteActionsCase, NxActionLearnRpcRemoveGroupCase, NxActionLearnRpcTransmitPacketCase, NxActionLearnRpcUpdateFlowOriginalApplyActionsCase, NxActionLearnRpcUpdateFlowOriginalWriteActionsCase, NxActionLearnRpcUpdateFlowUpdatedApplyActionsCase, NxActionLearnRpcUpdateFlowUpdatedWriteActionsCase, NxActionLearnRpcUpdateGroupOriginalCase, NxActionLearnRpcUpdateGroupUpdatedCase

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

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

 grouping nx-action-learn-grouping {
   container nx-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 nxLearn, 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 NxActionLearnGrouping> 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
    • getNxLearn

      NxLearn getNxLearn()
      Return nxLearn, or null if it is not present.
      Returns:
      NxLearn nxLearn, or null if it is not present.