public interface SupportingFa extends org.opendaylight.yangtools.yang.binding.ChildOf<MlLinkAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<SupportingFa>, org.opendaylight.yangtools.yang.binding.Identifiable<SupportingFaKey>
This class represents the following YANG schema fragment defined in module forwarding-adjacency-topology
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/supporting-fa
To create instances of this class use SupportingFaBuilder.
SupportingFaBuilder,
SupportingFaKey| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
FaId |
getFa() |
SupportingFaKey |
getKey()
Returns Primary Key of Yang List Type
|
FaId getFa()
org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.FaId fa, or null if not presentSupportingFaKey getKey()
getKey in interface org.opendaylight.yangtools.yang.binding.Identifiable<SupportingFaKey>org.opendaylight.yang.gen.v1.urn.opendaylight.topology.forwarding.adjacency.rev150123.ml.link.attributes.SupportingFaKey key, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.