public interface NextHopList extends DataObject, Augmentable<NextHopList>, NextHopOptions
This class represents the following YANG schema fragment defined in module ietf-routing
case next-hop-list { 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
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
NextHopList |
getNextHopList()
Container for multiple next hops.
|
augmentation
getImplementedInterface
NextHopList getNextHopList()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.rev180313.next.hop.content.next.hop.options.next.hop.list.NextHopList
nextHopList
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.