public interface Routes extends ChildOf<Rib>, Augmentable<Routes>
This class represents the following YANG schema fragment defined in module ietf-routing
container routes { status obsolete; list route { status obsolete; leaf route-preference { type route-preference; 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/routes
To create instances of this class use RoutesBuilder
.
RoutesBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Route> |
getRoute()
A RIB route entry.
|
default @NonNull List<Route> |
nonnullRoute() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.