Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxActionResubmitGrouping
- 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:
NxActionResubmitNodesNodeGroupBucketsBucketActionsCase
,NxActionResubmitNodesNodeTableFlowApplyActionsCase
,NxActionResubmitNodesNodeTableFlowWriteActionsCase
,NxActionResubmitNotifDirectStatisticsUpdateApplyActionsCase
,NxActionResubmitNotifDirectStatisticsUpdateWriteActionsCase
,NxActionResubmitNotifFlowsStatisticsUpdateApplyActionsCase
,NxActionResubmitNotifFlowsStatisticsUpdateWriteActionsCase
,NxActionResubmitNotifGroupDescStatsUpdatedCase
,NxActionResubmitRpcAddFlowApplyActionsCase
,NxActionResubmitRpcAddFlowWriteActionsCase
,NxActionResubmitRpcAddGroupCase
,NxActionResubmitRpcRemoveFlowApplyActionsCase
,NxActionResubmitRpcRemoveFlowWriteActionsCase
,NxActionResubmitRpcRemoveGroupCase
,NxActionResubmitRpcTransmitPacketCase
,NxActionResubmitRpcUpdateFlowOriginalApplyActionsCase
,NxActionResubmitRpcUpdateFlowOriginalWriteActionsCase
,NxActionResubmitRpcUpdateFlowUpdatedApplyActionsCase
,NxActionResubmitRpcUpdateFlowUpdatedWriteActionsCase
,NxActionResubmitRpcUpdateGroupOriginalCase
,NxActionResubmitRpcUpdateGroupUpdatedCase
@Generated("mdsal-binding-generator")
public interface NxActionResubmitGrouping
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-resubmit-grouping { container nx-resubmit { leaf in-port { type uint16; default 0xfff8; } leaf table { type uint8 { range "0 .. 255"; } default 255; } } }
-
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 nxResubmit, ornull
if it is not present.Class<? extends NxActionResubmitGrouping>
@NonNull NxResubmit
Return nxResubmit, 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 NxActionResubmitGrouping> 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
-
getNxResubmit
NxResubmit getNxResubmit()Return nxResubmit, ornull
if it is not present.Re-searches OpenFlow flow table (or the table whose number is specified by table) with the in-port field replaced by port (if port is specified) and executes the actions found
- Returns:
NxResubmit
nxResubmit, ornull
if it is not present.
-
nonnullNxResubmit
@NonNull NxResubmit nonnullNxResubmit()Return nxResubmit, or an empty instance if it is not present.- Returns:
NxResubmit
nxResubmit, or an empty instance if it is not present.
-