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