public interface Prefix extends ChildOf<IgpNodeAttributes>, Augmentable<Prefix>, IgpPrefixAttributes, Identifiable<PrefixKey>
This class represents the following YANG schema fragment defined in module l3-unicast-igp-topology
list prefix { key prefix; uses igp-prefix-attributes; }The schema path to identify an instance is l3-unicast-igp-topology/igp-node-attributes/igp-node-attributes/prefix
To create instances of this class use PrefixBuilder
.
PrefixBuilder
,
PrefixKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
PrefixKey |
key()
Returns an unique key for the object.
|
augmentation
getFlag, getMetric, getPrefix
getImplementedInterface
PrefixKey key()
Identifiable
key
in interface Identifiable<PrefixKey>
Copyright © 2019 OpenDaylight. All rights reserved.