Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714
Interface NxmOfUdpDstGrouping
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
AllMatchesGrouping,NxAugMatchNodesNodeTableFlow,NxAugMatchNotifPacketIn,NxAugMatchNotifSwitchFlowRemoved,NxAugMatchNotifUpdateFlowStats,NxAugMatchPacketInMessage,NxAugMatchRpcAddFlow,NxAugMatchRpcGetFlowStats,NxAugMatchRpcRemoveFlow,NxAugMatchRpcUpdateFlowOriginal,NxAugMatchRpcUpdateFlowUpdated
@Generated("mdsal-binding-generator") public interface NxmOfUdpDstGrouping extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
grouping nxm-of-udp-dst-grouping { container nxm-of-udp-dst { leaf port { type inet:port-number; } leaf mask { type uint16; } } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NxmOfUdpDstgetNxmOfUdpDst()Return nxmOfUdpDst, ornullif it is not present.Class<? extends NxmOfUdpDstGrouping>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends NxmOfUdpDstGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getNxmOfUdpDst
NxmOfUdpDst getNxmOfUdpDst()
Return nxmOfUdpDst, ornullif it is not present.- Returns:
NxmOfUdpDstnxmOfUdpDst, ornullif it is not present.
-
-