Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxActionRegLoadGrouping
- 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:
NxActionRegLoadNodesNodeGroupBucketsBucketActionsCase
,NxActionRegLoadNodesNodeTableFlowApplyActionsCase
,NxActionRegLoadNodesNodeTableFlowWriteActionsCase
,NxActionRegLoadNotifDirectStatisticsUpdateApplyActionsCase
,NxActionRegLoadNotifDirectStatisticsUpdateWriteActionsCase
,NxActionRegLoadNotifFlowsStatisticsUpdateApplyActionsCase
,NxActionRegLoadNotifFlowsStatisticsUpdateWriteActionsCase
,NxActionRegLoadNotifGroupDescStatsUpdatedCase
,NxActionRegLoadRpcAddFlowApplyActionsCase
,NxActionRegLoadRpcAddFlowWriteActionsCase
,NxActionRegLoadRpcAddGroupCase
,NxActionRegLoadRpcRemoveFlowApplyActionsCase
,NxActionRegLoadRpcRemoveFlowWriteActionsCase
,NxActionRegLoadRpcRemoveGroupCase
,NxActionRegLoadRpcTransmitPacketCase
,NxActionRegLoadRpcUpdateFlowOriginalApplyActionsCase
,NxActionRegLoadRpcUpdateFlowOriginalWriteActionsCase
,NxActionRegLoadRpcUpdateFlowUpdatedApplyActionsCase
,NxActionRegLoadRpcUpdateFlowUpdatedWriteActionsCase
,NxActionRegLoadRpcUpdateGroupOriginalCase
,NxActionRegLoadRpcUpdateGroupUpdatedCase
@Generated("mdsal-binding-generator")
public interface NxActionRegLoadGrouping
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-load-grouping { container nx-reg-load { container dst { uses dst-choice-grouping; uses range-grouping; } leaf value { type uint64; } } }
-
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 nxRegLoad, ornull
if it is not present.Class<? extends NxActionRegLoadGrouping>
@NonNull NxRegLoad
Return nxRegLoad, 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 NxActionRegLoadGrouping> 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
-
getNxRegLoad
NxRegLoad getNxRegLoad()Return nxRegLoad, ornull
if it is not present.- Returns:
NxRegLoad
nxRegLoad, ornull
if it is not present.
-
nonnullNxRegLoad
@NonNull NxRegLoad nonnullNxRegLoad()Return nxRegLoad, or an empty instance if it is not present.- Returns:
NxRegLoad
nxRegLoad, or an empty instance if it is not present.
-