public interface IgpLinkAttributes extends ChildOf<IgpLinkAttributes>, Augmentable<IgpLinkAttributes>
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
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/igp-link-attributes
To create instances of this class use IgpLinkAttributesBuilder
.
IgpLinkAttributesBuilder
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()
Link flags
|
@Nullable Long |
getMetric()
Link Metric
|
@Nullable String |
getName()
Link Name
|
getImplementedInterface
augmentation
@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 present@Nullable Long getMetric()
java.lang.Long
metric
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.