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