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