Uses of Class
de.aristaflow.ilm.model.execution.ConsistencyCheckResponse
-
Packages that use ConsistencyCheckResponse Package Description de.aristaflow.ilm.ws.core.executionmanager de.aristaflow.ilm.ws.rest.core.executionmanager -
-
Uses of ConsistencyCheckResponse in de.aristaflow.ilm.ws.core.executionmanager
Methods in de.aristaflow.ilm.ws.core.executionmanager that return ConsistencyCheckResponse Modifier and Type Method Description @NotNull @Valid ConsistencyCheckResponse
InstanceControlWebService. checkForAndFixInconsistencies(@NotNull @Valid SessionToken session, @NotNull UUID instId, Boolean considerRunning)
-
Uses of ConsistencyCheckResponse in de.aristaflow.ilm.ws.rest.core.executionmanager
Methods in de.aristaflow.ilm.ws.rest.core.executionmanager that return ConsistencyCheckResponse Modifier and Type Method Description @NotNull @Valid ConsistencyCheckResponse
InstanceControlRest. checkForAndFixInconsistencies(@NotNull UUID instId, Boolean considerRunning)
-