public interface PrefixList extends ChildOf<Ipv6RouterAdvertisements>, Augmentable<PrefixList>
This class represents the following YANG schema fragment defined in module ietf-ipv6-unicast-routing
container prefix-list { status obsolete; list prefix { key prefix-spec; status obsolete; leaf prefix-spec { type inet:ipv6-prefix; status obsolete; } leaf valid-lifetime { type uint32; units seconds; status obsolete; } leaf on-link-flag { type boolean; status obsolete; } leaf preferred-lifetime { type uint32; units seconds; status obsolete; } leaf autonomous-flag { type boolean; status obsolete; } } }The schema path to identify an instance is ietf-ipv6-unicast-routing/interfaces-state/interface/(urn:ietf:params:xml:ns:yang:ietf-ip?revision=2018-02-22)ipv6/(urn:ietf:params:xml:ns:yang:ietf-ipv6-unicast-routing?revision=2018-03-13)ipv6-router-advertisements/prefix-list
To create instances of this class use PrefixListBuilder
.
PrefixListBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Prefix> |
getPrefix()
Advertised prefix entry and its parameters.
|
default @NonNull List<Prefix> |
nonnullPrefix() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.