Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714
Interface NxActionDecapGrouping
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
NxActionDecapNodesNodeGroupBucketsBucketActionsCase,NxActionDecapNodesNodeTableFlowApplyActionsCase,NxActionDecapNodesNodeTableFlowWriteActionsCase,NxActionDecapNotifDirectStatisticsUpdateApplyActionsCase,NxActionDecapNotifDirectStatisticsUpdateWriteActionsCase,NxActionDecapNotifFlowsStatisticsUpdateApplyActionsCase,NxActionDecapNotifFlowsStatisticsUpdateWriteActionsCase,NxActionDecapNotifGroupDescStatsUpdatedCase,NxActionDecapRpcAddFlowApplyActionsCase,NxActionDecapRpcAddFlowWriteActionsCase,NxActionDecapRpcAddGroupCase,NxActionDecapRpcRemoveFlowApplyActionsCase,NxActionDecapRpcRemoveFlowWriteActionsCase,NxActionDecapRpcRemoveGroupCase,NxActionDecapRpcTransmitPacketCase,NxActionDecapRpcUpdateFlowOriginalApplyActionsCase,NxActionDecapRpcUpdateFlowOriginalWriteActionsCase,NxActionDecapRpcUpdateFlowUpdatedApplyActionsCase,NxActionDecapRpcUpdateFlowUpdatedWriteActionsCase,NxActionDecapRpcUpdateGroupOriginalCase,NxActionDecapRpcUpdateGroupUpdatedCase
public interface NxActionDecapGrouping extends org.opendaylight.yangtools.yang.binding.DataObjectThis class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-action
grouping nx-action-decap-grouping { container nx-decap { uses match:packet-type-fields { refine packet-type { default 0xFFFE; } } } }The schema path to identify an instance is openflowplugin-extension-nicira-action/nx-action-decap-grouping
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable NxDecapgetNxDecap()Class<? extends NxActionDecapGrouping>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends NxActionDecapGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getNxDecap
@Nullable NxDecap getNxDecap()
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.action.rev140714.nx.action.decap.grouping.NxDecapnxDecap, ornullif not present
-
-