public interface Route extends ChildOf<Output>, Augmentable<Route>, RouteMetadata
This class represents the following YANG schema fragment defined in module ietf-routing
container route {
status obsolete;
container next-hop {
status obsolete;
uses next-hop-state-content {
status obsolete;
}
}
uses route-metadata {
status obsolete;
}
}
The schema path to identify an instance is
ietf-routing/routing-state/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.
|
augmentationgetLastUpdated, getSourceProtocol, isActivegetImplementedInterface@Nullable NextHop getNextHop()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.rev180313.routing.state.ribs.rib.active.route.output.route.NextHop nextHop, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.