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