public interface Output extends RpcOutput, Augmentable<Output>
This class represents the following YANG schema fragment defined in module ietf-routing
output { 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
To create instances of this class use OutputBuilder
.
OutputBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Route |
getRoute()
The active RIB route for the specified destination.If no route exists in the RIB
for the destinationaddress, no output is returned.Address-family-specific
modules MUST augment thiscontainer with appropriate route contents.
|
getImplementedInterface
augmentation
@Nullable Route getRoute()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.routing.rev180313.routing.ribs.rib.active.route.output.Route
route
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.