public interface IgpTopologyAttributes extends ChildOf<IgpTopologyAttributes>, Augmentable<IgpTopologyAttributes>
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
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/igp-topology-attributes
To create instances of this class use IgpTopologyAttributesBuilder.
IgpTopologyAttributesBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<Class<? extends FlagIdentity>> |
getFlag()
Topology flags
|
@Nullable String |
getName()
Name of the topology
|
getImplementedInterfaceaugmentation@Nullable String getName()
java.lang.String name, or null if not present@Nullable List<Class<? extends FlagIdentity>> getFlag()
java.util.List flag, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.