public interface ExplicitLocatorPath extends ChildOf<LispAddress>, Augmentable<ExplicitLocatorPath>
This class represents the following YANG schema fragment defined in module ietf-lisp-address-types
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/explicit-locator-path
To create instances of this class use ExplicitLocatorPathBuilder
.
ExplicitLocatorPathBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Hop> |
getHop()
List of locator hops forming the explicit path.
|
default @NonNull List<Hop> |
nonnullHop() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.