public interface NxmNxNshc3 extends org.opendaylight.yangtools.yang.binding.ChildOf<NxmNxNshc3Grouping>, org.opendaylight.yangtools.yang.binding.Augmentable<NxmNxNshc3>
This class represents the following YANG schema fragment defined in module openflowplugin-extension-nicira-match
container nxm-nx-nshc-3 {
leaf value {
type uint32;
}
leaf mask {
type uint32;
}
}
The schema path to identify an instance is
openflowplugin-extension-nicira-match/nxm-nx-nshc-3-grouping/nxm-nx-nshc-3
To create instances of this class use NxmNxNshc3Builder.
NxmNxNshc3Builder| Modifier and Type | Field and Description |
|---|---|
static @NonNull org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Long |
getMask() |
@Nullable Long |
getValue() |
Copyright © 2019 OpenDaylight. All rights reserved.