public interface NxmOfTcpDst extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmOfTcpDstGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmOfTcpDst>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-of-tcp-dst {
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-dst-grouping/nxm-of-tcp-dst
To create instances of this class use NxmOfTcpDstBuilder.
NxmOfTcpDstBuilder| 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() |
@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.