public interface TableMap extends org.opendaylight.yangtools.yang.binding.ChildOf<Native>, org.opendaylight.yangtools.yang.binding.Augmentable<TableMap>
This class represents the following YANG schema fragment defined in module ned
container table-map {
leaf name {
type string;
}
leaf filter {
type empty;
}
}
The schema path to identify an instance is
ned/native/table-map
To create instances of this class use TableMapBuilder.
TableMapBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
route-map name
|
Boolean |
isFilter() |
Copyright © 2017 OpenDaylight. All rights reserved.