public interface OspfTopologyAttributes extends ChildOf<IgpTopologyAttributes1>, Augmentable<OspfTopologyAttributes>
This class represents the following YANG schema fragment defined in module ospf-topology
container ospf-topology-attributes { leaf area-id { type area-id; } }The schema path to identify an instance is ospf-topology/network-topology/topology/(urn:TBD:params:xml:ns:yang:nt:l3-unicast-igp-topology?revision=2013-10-21)igp-topology-attributes/(urn:TBD:params:xml:ns:yang:ospf-topology?revision=2013-10-21)ospf-topology-attributes
To create instances of this class use OspfTopologyAttributesBuilder
.
OspfTopologyAttributesBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable AreaId |
getAreaId() |
getImplementedInterface
augmentation
@Nullable AreaId getAreaId()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.AreaId
areaId
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.