public interface NxmNxCtTpSrc extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxCtTpSrcGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxCtTpSrc>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
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/nxm-nx-ct-tp-src
To create instances of this class use NxmNxCtTpSrcBuilder.
NxmNxCtTpSrcBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getCtTpSrc() |
@Nullable Integer |
getMask() |
default Class<NxmNxCtTpSrc> |
implementedInterface() |
default Class<NxmNxCtTpSrc> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Integer getCtTpSrc()
java.lang.Integer ctTpSrc, or null if not present@Nullable Integer getMask()
java.lang.Integer mask, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.