public interface NxmOfUdpSrc extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmOfUdpSrcGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmOfUdpSrc>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-of-udp-src {
leaf port {
type port-number;
}
leaf mask {
type uint16;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-of-udp-src-grouping/nxm-of-udp-src
To create instances of this class use NxmOfUdpSrcBuilder.
NxmOfUdpSrcBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMask() |
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 getPort()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.PortNumber port, or null if not presentInteger getMask()
java.lang.Integer mask, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.