public interface IgpLinkAttributes extends DataObject
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
grouping igp-link-attributes { container igp-link-attributes { leaf name { type string; } leaf-list flag { type flag-type; } leaf metric { type uint32 { range 0..16777215 { } } } } }The schema path to identify an instance is l3-unicast-igp-topology/igp-link-attributes
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
IgpLinkAttributes |
getIgpLinkAttributes() |
getImplementedInterface
IgpLinkAttributes getIgpLinkAttributes()
org.opendaylight.yang.gen.v1.urn.tbd.params.xml.ns.yang.nt.l3.unicast.igp.topology.rev131021.igp.link.attributes.IgpLinkAttributes
igpLinkAttributes
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.