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() |
Copyright © 2019 OpenDaylight. All rights reserved.