public interface ElanDpnInterfaces extends org.opendaylight.yangtools.yang.binding.ChildOf<ElanData>, org.opendaylight.yangtools.yang.binding.Augmentable<ElanDpnInterfaces>
This class represents the following YANG schema fragment defined in module elan
container elan-dpn-interfaces {
list elan-dpn-interfaces-list {
key "elan-instance-name"
leaf elan-instance-name {
type string;
}
list dpn-interfaces {
key "dp-id"
leaf dp-id {
type uint64;
}
leaf-list interfaces {
type leafref;
}
}
}
}
The schema path to identify an instance is
elan/elan-dpn-interfaces
To create instances of this class use ElanDpnInterfacesBuilder.
ElanDpnInterfacesBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<ElanDpnInterfacesList> |
getElanDpnInterfacesList()
All the dpns of this elan and all the ports of the corresponding dpns
|
List<ElanDpnInterfacesList> getElanDpnInterfacesList()
java.util.List elanDpnInterfacesList, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.