public interface OspfNodeAttributes extends DataObject
This class represents the following YANG schema fragment defined in module ospf-topology
grouping ospf-node-attributes { container ospf-node-attributes { choice router-type { case abr { leaf abr { type empty; } } case asbr { leaf asbr { type empty; } } case internal { leaf internal { type empty; } } case pseudonode { leaf pseudonode { type empty; } } } leaf dr-interface-id { when ../router-type/pseudonode; default 0; type uint32; } leaf-list multi-topology-id { max-elements 128; type uint8 { range 0..127; } } leaf capabilities { type bits { bit graceful-restart-capable { position 0; } bit graceful-restart-helper { position 1; } bit stub-router-support { position 2; } bit traffic-engineering-support { position 3; } bit point-to-point-over-lan { position 4; } bit experimental-te { position 5; } } } container ted { uses ted:ted-node-attributes; } } }The schema path to identify an instance is ospf-topology/ospf-node-attributes
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
OspfNodeAttributes |
getOspfNodeAttributes() |
getImplementedInterface
OspfNodeAttributes getOspfNodeAttributes()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.node.attributes.OspfNodeAttributes
ospfNodeAttributes
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.