public interface IgpPrefixAttributes extends DataObject
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
grouping igp-prefix-attributes { leaf prefix { type inet:ip-prefix; } leaf metric { type uint32; } leaf-list flag { type flag-type; } }The schema path to identify an instance is l3-unicast-igp-topology/igp-prefix-attributes
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() |
@Nullable Long |
getMetric() |
@Nullable IpPrefix |
getPrefix() |
getImplementedInterface
@Nullable IpPrefix getPrefix()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpPrefix
prefix
, or null
if not present@Nullable Long getMetric()
java.lang.Long
metric
, 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.