Modifier and Type | Method and Description |
---|---|
PrefixList |
Ipv6RouterAdvertisementsBuilder.getPrefixList() |
@Nullable PrefixList |
Ipv6RouterAdvertisements.getPrefixList()
A list of prefixes that are placed in Prefix Informationoptions in Router
Advertisement messages sent from theinterface.By default, these are all prefixes
that the routeradvertises via routing protocols as being on-link for
theinterface from which the advertisement is sent.
|
Modifier and Type | Method and Description |
---|---|
Ipv6RouterAdvertisementsBuilder |
Ipv6RouterAdvertisementsBuilder.setPrefixList(PrefixList value) |
Modifier and Type | Method and Description |
---|---|
<E extends Augmentation<PrefixList>> |
PrefixListBuilder.augmentation(Class<E> augmentationType) |
Modifier and Type | Method and Description |
---|---|
PrefixList |
PrefixListBuilder.build() |
Modifier and Type | Method and Description |
---|---|
PrefixListBuilder |
PrefixListBuilder.addAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType,
Augmentation<PrefixList> augmentationValue) |
PrefixListBuilder |
PrefixListBuilder.addAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType,
Augmentation<PrefixList> augmentationValue) |
PrefixListBuilder |
PrefixListBuilder.removeAugmentation(Class<? extends Augmentation<PrefixList>> augmentationType) |
Constructor and Description |
---|
PrefixListBuilder(PrefixList base) |
Copyright © 2019 OpenDaylight. All rights reserved.