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:
NxActionConntrackNodesNodeGroupBucketsBucketActionsCase, NxActionConntrackNodesNodeTableFlowApplyActionsCase, NxActionConntrackNodesNodeTableFlowWriteActionsCase, NxActionConntrackNotifDirectStatisticsUpdateApplyActionsCase, NxActionConntrackNotifDirectStatisticsUpdateWriteActionsCase, NxActionConntrackNotifFlowsStatisticsUpdateApplyActionsCase, NxActionConntrackNotifFlowsStatisticsUpdateWriteActionsCase, NxActionConntrackNotifGroupDescStatsUpdatedCase, NxActionConntrackRpcAddFlowApplyActionsCase, NxActionConntrackRpcAddFlowWriteActionsCase, NxActionConntrackRpcAddGroupCase, NxActionConntrackRpcRemoveFlowApplyActionsCase, NxActionConntrackRpcRemoveFlowWriteActionsCase, NxActionConntrackRpcRemoveGroupCase, NxActionConntrackRpcTransmitPacketCase, NxActionConntrackRpcUpdateFlowOriginalApplyActionsCase, NxActionConntrackRpcUpdateFlowOriginalWriteActionsCase, NxActionConntrackRpcUpdateFlowUpdatedApplyActionsCase, NxActionConntrackRpcUpdateFlowUpdatedWriteActionsCase, NxActionConntrackRpcUpdateGroupOriginalCase, NxActionConntrackRpcUpdateGroupUpdatedCase

@Generated("mdsal-binding-generator") public interface NxActionConntrackGrouping 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-conntrack-grouping {
   container nx-conntrack {
     leaf flags {
       type uint16;
     }
     leaf zone-src {
       type uint32;
     }
     leaf conntrack-zone {
       type uint16;
     }
     leaf recirc-table {
       type uint8;
     }
     list ct-actions {
       uses ofpact-actions;
     }
   }
 }
 
  • 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 nxConntrack, 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 NxActionConntrackGrouping> 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
    • getNxConntrack

      NxConntrack getNxConntrack()
      Return nxConntrack, or null if it is not present.
      Returns:
      NxConntrack nxConntrack, or null if it is not present.