public interface InstanceId extends DataObject, Augmentable<InstanceId>, Address
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
case instance-id { 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
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
InstanceId |
getInstanceId()
Instance ID LCAF type.
|
augmentation
getImplementedInterface
InstanceId getInstanceId()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.lisp.address.address.instance.id.InstanceId
instanceId
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.