public interface NextHop extends ChildOf<NextHopList>, Augmentable<NextHop>, Identifiable<NextHopKey>
This class represents the following YANG schema fragment defined in module ietf-routing
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/next-hop
To create instances of this class use NextHopBuilder
.
NextHopBuilder
,
NextHopKey
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable String |
getIndex()
A user-specified identifier utilized to uniquelyreference the next-hop entry in
the next-hop list.The value of this index has no semantic meaningother than for
referencing the entry.
|
@Nullable String |
getOutgoingInterface()
Name of the outgoing interface.
|
NextHopKey |
key()
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Nullable String getIndex()
java.lang.String
index
, or null
if not present@Nullable String getOutgoingInterface()
java.lang.String
outgoingInterface
, or null
if not presentNextHopKey key()
Identifiable
key
in interface Identifiable<NextHopKey>
Copyright © 2019 OpenDaylight. All rights reserved.