public interface FaStitchedEndPointPair
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module multilayer-topology
grouping fa-stitched-end-point-pair {
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/fa-stitched-end-point-pair| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
StitchedHeadEnd |
getStitchedHeadEnd() |
StitchedTailEnd |
getStitchedTailEnd() |
StitchedHeadEnd getStitchedHeadEnd()
org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.fa.stitched.end.point.pair.StitchedHeadEnd stitchedHeadEnd, or null if not presentStitchedTailEnd getStitchedTailEnd()
org.opendaylight.yang.gen.v1.urn.opendaylight.topology.multilayer.rev150123.fa.stitched.end.point.pair.StitchedTailEnd stitchedTailEnd, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.