public interface MappingAuthkeyList
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module odl-mappingservice
grouping mapping-authkey-list {
list mapping-authkey-item {
key "mapping-authkey-item-id"
leaf mapping-authkey-item-id {
type string;
}
container mapping-authkey {
leaf key-string {
type string;
}
leaf key-type {
type uint16;
}
}
uses mapping-authkey-container;
}
}
The schema path to identify an instance is
odl-mappingservice/mapping-authkey-list| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<MappingAuthkeyItem> |
getMappingAuthkeyItem() |
List<MappingAuthkeyItem> getMappingAuthkeyItem()
java.util.List mappingAuthkeyItem, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.