public interface ForwardingAdjAnnounceOutput extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<ForwardingAdjAnnounceOutput>
This class represents the following YANG schema fragment defined in module multilayer-topology
container output {
choice result {
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;
}
}
case none {
leaf none {
type empty;
}
}
}
}
The schema path to identify an instance is
multilayer-topology/forwarding-adj-announce/output
To create instances of this class use ForwardingAdjAnnounceOutputBuilder.
ForwardingAdjAnnounceOutputBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Result |
getResult() |
Result getResult()
org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.forwarding.adj.announce.output.Result result, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.