public interface Fooio extends KeyedListAction<LstioKey,Lstio,Input,Output>
This class represents the following YANG schema fragment defined in module actions
action fooio { input { leaf fooi { type string; } } output { leaf fooo { type string; } } }The schema path to identify an instance is actions/lstio/fooio
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
invoke
Copyright © 2019 OpenDaylight. All rights reserved.