public interface IgpTerminationPointAttributes extends ChildOf<IgpTerminationPointAttributes>, Augmentable<IgpTerminationPointAttributes>
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
container igp-termination-point-attributes { choice termination-point-type { case ip { leaf-list ip-address { type inet:ip-address; } } case unnumbered { leaf unnumbered-id { type uint32; } } } }The schema path to identify an instance is l3-unicast-igp-topology/igp-termination-point-attributes/igp-termination-point-attributes
To create instances of this class use IgpTerminationPointAttributesBuilder
.
IgpTerminationPointAttributesBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable TerminationPointType |
getTerminationPointType() |
getImplementedInterface
augmentation
@Nullable TerminationPointType getTerminationPointType()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.termination.point.attributes.igp.termination.point.attributes.TerminationPointType
terminationPointType
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.