public interface NxmOfTcpSrc extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmOfTcpSrcGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmOfTcpSrc>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-of-tcp-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-tcp-src-grouping/nxm-of-tcp-src
To create instances of this class use NxmOfTcpSrcBuilder.
NxmOfTcpSrcBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Integer |
getMask() |
@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber |
getPort() |
default Class<NxmOfTcpSrc> |
implementedInterface() |
default Class<NxmOfTcpSrc> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber getPort()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber port, or null if not present@Nullable Integer getMask()
java.lang.Integer mask, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.