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