public interface Ipv6 extends DataObject, Augmentable<Ipv6>, Address
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
case ipv6 { leaf ipv6 { when "../address-type = 'laddr:ipv6-afi'" { } type inet:ipv6-address; } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/ipv6
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Ipv6Address |
getIpv6()
IPv6 address.
|
augmentation
getImplementedInterface
@Nullable Ipv6Address getIpv6()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6Address
ipv6
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.