public interface IsisLinkAttributes extends ChildOf<IsisLinkAttributes>, Augmentable<IsisLinkAttributes>
This class represents the following YANG schema fragment defined in module isis-topology
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/isis-link-attributes
To create instances of this class use IsisLinkAttributesBuilder
.
IsisLinkAttributesBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Short |
getMultiTopologyId() |
@Nullable Ted |
getTed() |
getImplementedInterface
augmentation
@Nullable Short getMultiTopologyId()
java.lang.Short
multiTopologyId
, or null
if not present@Nullable Ted getTed()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.network.isis.topology.rev131021.isis.link.attributes.isis.link.attributes.Ted
ted
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.