public interface Unnumbered extends DataObject, Augmentable<Unnumbered>, TerminationPointType
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
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/unnumbered
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Long |
getUnnumberedId()
Unnumbered interface identifier
|
augmentation
getImplementedInterface
@Nullable Long getUnnumberedId()
java.lang.Long
unnumberedId
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.