public interface ActiveRoute extends KeyedListAction<RibKey,Rib,Input,Output>
This class represents the following YANG schema fragment defined in module ietf-routing
action active-route { output { container route { container next-hop { uses next-hop-state-content; } uses route-metadata; } } input; }The schema path to identify an instance is ietf-routing/routing/ribs/rib/active-route
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
invoke
Copyright © 2019 OpenDaylight. All rights reserved.