Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxActionConntrackGrouping
- 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
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn nxConntrack, ornull
if it is not present.Class<? extends NxActionConntrackGrouping>
@NonNull NxConntrack
Return nxConntrack, or an empty instance if it is not present.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends NxActionConntrackGrouping> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getNxConntrack
NxConntrack getNxConntrack()Return nxConntrack, ornull
if it is not present.- Returns:
NxConntrack
nxConntrack, ornull
if it is not present.
-
nonnullNxConntrack
@NonNull NxConntrack nonnullNxConntrack()Return nxConntrack, or an empty instance if it is not present.- Returns:
NxConntrack
nxConntrack, or an empty instance if it is not present.
-