Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxActionMultipathGrouping
- 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:
NxActionMultipathNodesNodeGroupBucketsBucketActionsCase
,NxActionMultipathNodesNodeTableFlowApplyActionsCase
,NxActionMultipathNodesNodeTableFlowWriteActionsCase
,NxActionMultipathNotifDirectStatisticsUpdateApplyActionsCase
,NxActionMultipathNotifDirectStatisticsUpdateWriteActionsCase
,NxActionMultipathNotifFlowsStatisticsUpdateApplyActionsCase
,NxActionMultipathNotifFlowsStatisticsUpdateWriteActionsCase
,NxActionMultipathNotifGroupDescStatsUpdatedCase
,NxActionMultipathRpcAddFlowApplyActionsCase
,NxActionMultipathRpcAddFlowWriteActionsCase
,NxActionMultipathRpcAddGroupCase
,NxActionMultipathRpcRemoveFlowApplyActionsCase
,NxActionMultipathRpcRemoveFlowWriteActionsCase
,NxActionMultipathRpcRemoveGroupCase
,NxActionMultipathRpcTransmitPacketCase
,NxActionMultipathRpcUpdateFlowOriginalApplyActionsCase
,NxActionMultipathRpcUpdateFlowOriginalWriteActionsCase
,NxActionMultipathRpcUpdateFlowUpdatedApplyActionsCase
,NxActionMultipathRpcUpdateFlowUpdatedWriteActionsCase
,NxActionMultipathRpcUpdateGroupOriginalCase
,NxActionMultipathRpcUpdateGroupUpdatedCase
@Generated("mdsal-binding-generator")
public interface NxActionMultipathGrouping
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-multipath-grouping { container nx-multipath { leaf fields { type nicira-action:ofj-nx-hash-fields; } leaf basis { type uint16; default 0x400; } leaf algorithm { type nicira-action:ofj-nx-mp-algorithm; } leaf max-link { type uint16; } leaf arg { type uint32; } 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 nxMultipath, ornull
if it is not present.Class<? extends NxActionMultipathGrouping>
@NonNull NxMultipath
Return nxMultipath, 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 NxActionMultipathGrouping> 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
-
getNxMultipath
NxMultipath getNxMultipath()Return nxMultipath, ornull
if it is not present.- Returns:
NxMultipath
nxMultipath, ornull
if it is not present.
-
nonnullNxMultipath
@NonNull NxMultipath nonnullNxMultipath()Return nxMultipath, or an empty instance if it is not present.- Returns:
NxMultipath
nxMultipath, or an empty instance if it is not present.
-