public interface Route extends ChildOf<Output>, Augmentable<Route>, RouteMetadata
This class represents the following YANG schema fragment defined in module ietf-routing
container route { container next-hop { uses next-hop-state-content; } uses route-metadata; }The schema path to identify an instance is ietf-routing/routing/ribs/rib/active-route/output/route
To create instances of this class use RouteBuilder
.
RouteBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable NextHop |
getNextHop()
Route's next-hop attribute.
|
augmentation
getLastUpdated, getSourceProtocol, isActive
getImplementedInterface
@Nullable NextHop getNextHop()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.rev180313.routing.ribs.rib.active.route.output.route.NextHop
nextHop
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.