public interface AsNumberLcaf extends ChildOf<LispAddress>, Augmentable<AsNumberLcaf>
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
container as-number-lcaf { when "../address-type = 'laddr:as-number-lcaf'" { } leaf as { type inet:as-number; } leaf address { type simple-address; } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/as-number-lcaf/as-number-lcaf
To create instances of this class use AsNumberLcafBuilder
.
AsNumberLcafBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable SimpleAddress |
getAddress()
AFI address.
|
@Nullable AsNumber |
getAs()
AS number.
|
getImplementedInterface
augmentation
@Nullable AsNumber getAs()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.AsNumber
as
, or null
if not present@Nullable SimpleAddress getAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.SimpleAddress
address
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.