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