public interface ExplicitLocatorPath extends DataObject, Augmentable<ExplicitLocatorPath>, Address
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
case explicit-locator-path { container explicit-locator-path { when "../address-type = 'laddr:explicit-locator-path-lcaf'" { } list hop { key hop-id; ordered-by user; leaf hop-id { type string; } leaf address { type simple-address; } leaf lrs-bits { type bits { bit lookup { } bit rloc-probe { } bit strict { } } } } } }The schema path to identify an instance is ietf-lisp-address-types/lisp-address/address/explicit-locator-path
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
ExplicitLocatorPath |
getExplicitLocatorPath()
Explicit Locator Path LCAF type.
|
augmentation
getImplementedInterface
ExplicitLocatorPath getExplicitLocatorPath()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.lisp.address.types.rev151105.lisp.address.address.explicit.locator.path.ExplicitLocatorPath
explicitLocatorPath
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.