public interface Ipv6LocalAddress extends ChildOf<TedNodeAttributes>, Augmentable<Ipv6LocalAddress>, Identifiable<Ipv6LocalAddressKey>
This class represents the following YANG schema fragment defined in module ted
list ipv6-local-address { key ipv6-prefix; leaf ipv6-prefix { type inet:ipv6-prefix; } leaf prefix-option { type uint8; } }The schema path to identify an instance is ted/ted-node-attributes/ipv6-local-address
To create instances of this class use Ipv6LocalAddressBuilder
.
Ipv6LocalAddressBuilder
,
Ipv6LocalAddressKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Ipv6Prefix |
getIpv6Prefix()
Local IPv6 address for the node
|
@Nullable Short |
getPrefixOption()
IPv6 prefix option.
|
Ipv6LocalAddressKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable Ipv6Prefix getIpv6Prefix()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Prefix
ipv6Prefix
, or null
if not present@Nullable Short getPrefixOption()
java.lang.Short
prefixOption
, or null
if not presentIpv6LocalAddressKey key()
Identifiable
key
in interface Identifiable<Ipv6LocalAddressKey>
Copyright © 2019 OpenDaylight. All rights reserved.