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