public interface TestOperationServiceInListAction extends ListAction<MyList,MyListKey,InListInput,InListOutput>, TreeNode
This class represents the following YANG schema fragment defined in module test-operation-service
action in-list { input { leaf input-list-leaf { type string; } } output { leaf output-list-leaf { type string; } } }The schema path to identify an instance is test-operation-service/my-list/in-list
Modifier and Type | Method and Description |
---|---|
void |
invoke(InListInput input,
KeyedInstanceIdentifier<MyList,MyListKey> kii,
RpcCallback<InListOutput> callback) |
void invoke(InListInput input, KeyedInstanceIdentifier<MyList,MyListKey> kii, RpcCallback<InListOutput> callback)
invoke
in interface Action<MyList,KeyedInstanceIdentifier<MyList,MyListKey>,InListInput,InListOutput>
invoke
in interface ListAction<MyList,MyListKey,InListInput,InListOutput>
input
- Action input schema nodekii
- implicit KeyedInstanceIdentifier connected to action, according to https://tools.ietf.org/html/rfc7950callback
- on success/failure callbackCopyright © 2019 OpenDaylight. All rights reserved.