public interface HeadEnd extends org.opendaylight.yangtools.yang.binding.ChildOf<ForwardingAdjacencyAttributes>, org.opendaylight.yangtools.yang.binding.Augmentable<HeadEnd>, FaEndPoint
This class represents the following YANG schema fragment defined in module multilayer-topology
container head-end {
leaf node {
type node-ref;
}
leaf-list supporting-tp {
type tp-ref;
}
leaf tp-id {
type tp-id;
}
container stitching-point {
leaf-list supporting-tp {
type tp-ref;
}
leaf tp-id {
type tp-id;
}
}
list attribute {
key "id";
leaf attribute-type {
type identityref;
}
leaf id {
type uri;
}
container value {
}
}
uses fa-end-point;
}
The schema path to identify an instance is
multilayer-topology/forwarding-adjacency-attributes/head-end
To create instances of this class use HeadEndBuilder.
HeadEndBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getAugmentationgetNode, getStitchingPoint, getSupportingTp, getTpIdCopyright © 2018 OpenDaylight. All rights reserved.