public interface NextHopList extends ChildOf<NextHopContent>, Augmentable<NextHopList>
This class represents the following YANG schema fragment defined in module ietf-routing
container next-hop-list { list next-hop { key index; leaf index { type string; } leaf outgoing-interface { type if:interface-ref; } } }The schema path to identify an instance is ietf-routing/next-hop-content/next-hop-options/next-hop-list/next-hop-list
To create instances of this class use NextHopListBuilder
.
NextHopListBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<NextHop> |
getNextHop()
An entry in a next-hop list.Modules for address families MUST augment this
listwith a leaf containing a next-hop address of thataddress family.
|
default @NonNull List<NextHop> |
nonnullNextHop() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.