Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxActionRegMoveGrouping
- 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:
NxActionRegMoveNodesNodeGroupBucketsBucketActionsCase
,NxActionRegMoveNodesNodeTableFlowApplyActionsCase
,NxActionRegMoveNodesNodeTableFlowWriteActionsCase
,NxActionRegMoveNotifDirectStatisticsUpdateApplyActionsCase
,NxActionRegMoveNotifDirectStatisticsUpdateWriteActionsCase
,NxActionRegMoveNotifFlowsStatisticsUpdateApplyActionsCase
,NxActionRegMoveNotifFlowsStatisticsUpdateWriteActionsCase
,NxActionRegMoveNotifGroupDescStatsUpdatedCase
,NxActionRegMoveRpcAddFlowApplyActionsCase
,NxActionRegMoveRpcAddFlowWriteActionsCase
,NxActionRegMoveRpcAddGroupCase
,NxActionRegMoveRpcRemoveFlowApplyActionsCase
,NxActionRegMoveRpcRemoveFlowWriteActionsCase
,NxActionRegMoveRpcRemoveGroupCase
,NxActionRegMoveRpcTransmitPacketCase
,NxActionRegMoveRpcUpdateFlowOriginalApplyActionsCase
,NxActionRegMoveRpcUpdateFlowOriginalWriteActionsCase
,NxActionRegMoveRpcUpdateFlowUpdatedApplyActionsCase
,NxActionRegMoveRpcUpdateFlowUpdatedWriteActionsCase
,NxActionRegMoveRpcUpdateGroupOriginalCase
,NxActionRegMoveRpcUpdateGroupUpdatedCase
@Generated("mdsal-binding-generator")
public interface NxActionRegMoveGrouping
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-reg-move-grouping { container nx-reg-move { container src { uses src-choice-grouping; uses range-grouping; } container dst { uses dst-choice-grouping; uses range-grouping; } } }
-
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 nxRegMove, ornull
if it is not present.Class<? extends NxActionRegMoveGrouping>
@NonNull NxRegMove
Return nxRegMove, 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 NxActionRegMoveGrouping> 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
-
getNxRegMove
NxRegMove getNxRegMove()Return nxRegMove, ornull
if it is not present.- Returns:
NxRegMove
nxRegMove, ornull
if it is not present.
-
nonnullNxRegMove
@NonNull NxRegMove nonnullNxRegMove()Return nxRegMove, or an empty instance if it is not present.- Returns:
NxRegMove
nxRegMove, or an empty instance if it is not present.
-