public interface IsisLinkAttributes extends DataObject
This class represents the following YANG schema fragment defined in module isis-topology
grouping isis-link-attributes { container isis-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 isis-topology/isis-link-attributes
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
IsisLinkAttributes |
getIsisLinkAttributes() |
getImplementedInterface
IsisLinkAttributes getIsisLinkAttributes()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.link.attributes.IsisLinkAttributes
isisLinkAttributes
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.