public interface InstanceId extends ChildOf<LispAddress>, Augmentable<InstanceId>
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
container instance-id { when "../address-type = 'laddr:instance-id-lcaf'" { } leaf iid { type instance-id-type; } leaf mask-length { type uint8; } leaf address { type simple-address; } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/instance-id/instance-id
To create instances of this class use InstanceIdBuilder
.
InstanceIdBuilder
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 InstanceIdType |
getIid()
Instance ID value.
|
@Nullable Short |
getMaskLength()
Mask length.
|
getImplementedInterface
augmentation
@Nullable InstanceIdType getIid()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.InstanceIdType
iid
, or null
if not present@Nullable Short getMaskLength()
java.lang.Short
maskLength
, 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.