public interface NxmNxNshFlags extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxNshFlagsGrouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxNshFlags>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-nsh-flags {
leaf nsh-flags {
type uint8;
}
leaf mask {
type uint8;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-nsh-flags-grouping/nxm-nx-nsh-flags
To create instances of this class use NxmNxNshFlagsBuilder.
NxmNxNshFlagsBuilder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Short |
getMask() |
@Nullable Short |
getNshFlags() |
default Class<NxmNxNshFlags> |
implementedInterface() |
default Class<NxmNxNshFlags> implementedInterface()
implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainerimplementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject@Nullable Short getNshFlags()
java.lang.Short nshFlags, or null if not present@Nullable Short getMask()
java.lang.Short mask, or null if not presentCopyright © 2020 OpenDaylight. All rights reserved.