Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxActionLearnGrouping
- 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
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 nxLearn, ornull
if it is not present.Class<? extends NxActionLearnGrouping>
@NonNull NxLearn
Return nxLearn, 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 NxActionLearnGrouping> 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
-
getNxLearn
NxLearn getNxLearn()Return nxLearn, ornull
if it is not present.- Returns:
NxLearn
nxLearn, ornull
if it is not present.
-
nonnullNxLearn
@NonNull NxLearn nonnullNxLearn()Return nxLearn, or an empty instance if it is not present.- Returns:
NxLearn
nxLearn, or an empty instance if it is not present.
-