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