public interface NoAdvertise extends DataObject, Augmentable<NoAdvertise>, ControlAdvPrefixes
This class represents the following YANG schema fragment defined in module ietf-ipv6-unicast-routing
case no-advertise {
leaf no-advertise {
type empty;
}
}
The schema path to identify an instance is
ietf-ipv6-unicast-routing/interfaces/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/prefix/control-adv-prefixes/no-advertise| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Boolean |
isNoAdvertise()
The prefix will not be advertised.This can be used for removing the prefix
fromthe default set of advertised prefixes.
|
augmentationgetImplementedInterface@Nullable Boolean isNoAdvertise()
java.lang.Boolean noAdvertise, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.