public interface OspfLinkAttributes extends DataObject
This class represents the following YANG schema fragment defined in module ospf-topology
grouping ospf-link-attributes { container ospf-link-attributes { leaf multi-topology-id { type uint8 { range 0..127; } } container ted { uses ted:ted-link-attributes; } } }The schema path to identify an instance is ospf-topology/ospf-link-attributes
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
OspfLinkAttributes |
getOspfLinkAttributes() |
getImplementedInterface
OspfLinkAttributes getOspfLinkAttributes()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.ospf.topology.rev131021.ospf.link.attributes.OspfLinkAttributes
ospfLinkAttributes
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.