- All Superinterfaces:
- org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
- Dst, Dst, Dst, Src
public interface RangeGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
<p>This class represents the following YANG schema fragment defined in module <b>openflowplugin-extension-nicira-action</b>
<br>(Source path: <i>META-INF/yang/openflowplugin-extension-nicira-action.yang</i>):
<pre>
grouping range-grouping {
leaf start {
type uint16;
}
leaf end {
type uint16;
}
}
</pre>
The schema path to identify an instance is
<i>openflowplugin-extension-nicira-action/range-grouping</i>