public interface NoAddress extends DataObject, Augmentable<NoAddress>, Address
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
case no-address { leaf no-address { when "../address-type = 'laddr:no-addr-afi'" { } type empty; } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/no-address
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Boolean |
isNoAddress()
No address.
|
augmentation
getImplementedInterface
@Nullable Boolean isNoAddress()
java.lang.Boolean
noAddress
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.