Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714
Interface NxmOfUdpSrcGrouping
-
- 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,NxAugMatchPacketInMessage,NxAugMatchRpcAddFlow,NxAugMatchRpcGetFlowStats,NxAugMatchRpcRemoveFlow,NxAugMatchRpcUpdateFlowOriginal,NxAugMatchRpcUpdateFlowUpdated
public interface NxmOfUdpSrcGrouping extends org.opendaylight.yangtools.yang.binding.DataObjectThis class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
grouping nxm-of-udp-src-grouping { container nxm-of-udp-src { leaf port { type inet:port-number; } leaf mask { type uint16; } } }The schema path to identify an instance is openflowplugin-extension-nicira-match/nxm-of-udp-src-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 NxmOfUdpSrcgetNxmOfUdpSrc()Class<? extends NxmOfUdpSrcGrouping>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends NxmOfUdpSrcGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getNxmOfUdpSrc
@Nullable NxmOfUdpSrc getNxmOfUdpSrc()
- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.nxm.of.udp.src.grouping.NxmOfUdpSrcnxmOfUdpSrc, ornullif not present
-
-