public interface TerminationPointType extends ChoiceIn<IgpTerminationPointAttributes>
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
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/termination-point-type
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.