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