Uses of Class
de.aristaflow.ilm.ws.rest.model.execution.InstanceCreationData
-
Packages that use InstanceCreationData Package Description de.aristaflow.ilm.ws.rest.core.executionmanager de.aristaflow.ilm.ws.rest.model.execution -
-
Uses of InstanceCreationData in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager with parameters of type InstanceCreationData Modifier and Type Method Description protected InstIdPairInstanceControlRest. _startInstance(UUID templId, InstanceCreationData cir, InstanceStateCallback callback)@NotNull InstIdPairInstanceControlRest. startInstance(@NotNull UUID templId, @NotNull @Valid InstanceCreationData cir) -
Uses of InstanceCreationData in de.aristaflow.ilm.ws.rest.model.execution
Subclasses of InstanceCreationData in de.aristaflow.ilm.ws.rest.model.execution Modifier and Type Class Description classInstanceCreationRestDataThe data used to register a REST callback for an InstanceStateNotification.classInstanceCreationSseDataThe data used to register a SSE callback for an ExecutionMessageNotification.
-