public interface MlLinkAttributes
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module forwarding-adjacency-topology
grouping ml-link-attributes {
list supporting-fa {
key "fa";
leaf fa {
type forwarding-adjacency-ref;
}
}
}
The schema path to identify an instance is
forwarding-adjacency-topology/ml-link-attributes| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<SupportingFa> |
getSupportingFa() |
List<SupportingFa> getSupportingFa()
java.util.List supportingFa, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.