public interface Advertise extends DataObject, Augmentable<Advertise>, ControlAdvPrefixes
This class represents the following YANG schema fragment defined in module ietf-ipv6-unicast-routing
case advertise { leaf valid-lifetime { type uint32; units seconds; default 2592000; } leaf on-link-flag { type boolean; default true; } leaf preferred-lifetime { type uint32; units seconds; must ". <= ../valid-lifetime" { } default 604800; } leaf autonomous-flag { type boolean; default true; } }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/advertise
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Long |
getPreferredLifetime()
The value to be placed in the PreferredLifetime in the Prefix Information
option.The designated value of all 1's (0xffffffff)represents infinity.
|
@Nullable Long |
getValidLifetime()
The value to be placed in the Valid Lifetimein the Prefix Information option.
|
@Nullable Boolean |
isAutonomousFlag()
The value to be placed in the Autonomous Flagfield in the Prefix Information
option.
|
@Nullable Boolean |
isOnLinkFlag()
The value to be placed in the on-link flag('L-bit') field in the Prefix
Informationoption.
|
augmentation
getImplementedInterface
@Nullable Long getValidLifetime()
java.lang.Long
validLifetime
, or null
if not present@Nullable Boolean isOnLinkFlag()
java.lang.Boolean
onLinkFlag
, or null
if not present@Nullable Long getPreferredLifetime()
java.lang.Long
preferredLifetime
, or null
if not present@Nullable Boolean isAutonomousFlag()
java.lang.Boolean
autonomousFlag
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.