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 { status obsolete; output { container route { status obsolete; container next-hop { status obsolete; uses next-hop-state-content { status obsolete; } } uses route-metadata { status obsolete; } } } input; }The schema path to identify an instance is ietf-routing/routing-state/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.