public interface NextHopStateContent extends DataObject
This class represents the following YANG schema fragment defined in module ietf-routing
grouping next-hop-state-content { choice next-hop-options { case simple-next-hop { leaf outgoing-interface { type if:interface-ref; } } case special-next-hop { uses special-next-hop; } case next-hop-list { container next-hop-list { list next-hop { leaf outgoing-interface { type if:interface-ref; } } } } } }The schema path to identify an instance is ietf-routing/next-hop-state-content
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable NextHopOptions |
getNextHopOptions()
Options for next hops.It is expected that further cases will be added
throughaugments from other modules, e.g., for recursivenext hops.
|
getImplementedInterface
@Nullable NextHopOptions getNextHopOptions()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.rev180313.next.hop.state.content.NextHopOptions
nextHopOptions
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.