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