public interface AfiList extends ChildOf<LispAddress>, Augmentable<AfiList>
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
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/afi-list
To create instances of this class use AfiListBuilder
.
AfiListBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<SimpleAddress> |
getAddressList()
List of AFI addresses.
|
getImplementedInterface
augmentation
@Nullable List<SimpleAddress> getAddressList()
java.util.List
addressList
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.