public interface NxmOfUdpDst extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmOfUdpDstGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmOfUdpDst>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-of-udp-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-udp-dst-grouping/nxm-of-udp-dst
To create instances of this class use NxmOfUdpDstBuilder.
NxmOfUdpDstBuilder| 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<NxmOfUdpDst> |
implementedInterface() |
default Class<NxmOfUdpDst> 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 © 2020 OpenDaylight. All rights reserved.