Package org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714
Interface NxmNxCtTpSrcGrouping
-
- 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
@Generated("mdsal-binding-generator") public interface NxmNxCtTpSrcGrouping extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
grouping nxm-nx-ct-tp-src-grouping { container nxm-nx-ct-tp-src { leaf ct-tp-src { type uint16; } leaf mask { type uint16; } } }The schema path to identify an instance is openflowplugin-extension-nicira-match/nxm-nx-ct-tp-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 NxmNxCtTpSrcgetNxmNxCtTpSrc()Return nxmNxCtTpSrc, ornullif it is not present.Class<? extends NxmNxCtTpSrcGrouping>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends NxmNxCtTpSrcGrouping> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getNxmNxCtTpSrc
NxmNxCtTpSrc getNxmNxCtTpSrc()
Return nxmNxCtTpSrc, ornullif it is not present.- Returns:
org.opendaylight.yang.gen.v1.urn.opendaylight.openflowplugin.extension.nicira.match.rev140714.nxm.nx.ct.tp.src.grouping.NxmNxCtTpSrcnxmNxCtTpSrc, ornullif it is not present.
-
-