public interface FaId extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<FaId>, FaStitchedEndPointPair, Result
This class represents the following YANG schema fragment defined in module multilayer-topology
case fa-id {
leaf fa-id {
type fa-id;
}
container stitched-head-end {
leaf node {
type node-id;
}
leaf tp-id {
type tp-id;
}
uses fa-stitched-end-point;
}
container stitched-tail-end {
leaf node {
type node-id;
}
leaf tp-id {
type tp-id;
}
uses fa-stitched-end-point;
}
}
The schema path to identify an instance is
multilayer-topology/forwarding-adj-announce/output/result/fa-id| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
FaId |
getFaId() |
getAugmentationgetStitchedHeadEnd, getStitchedTailEndFaId getFaId()
org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.FaId faId, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.