public interface Routes extends ChildOf<Rib>, Augmentable<Routes>
This class represents the following YANG schema fragment defined in module ietf-routing
container routes { config false; list route { leaf route-preference { type route-preference; } container next-hop { uses next-hop-state-content; } uses route-metadata; } }The schema path to identify an instance is ietf-routing/routing/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.