informatica.infacore.compute_engine.informatica.remote_compute_engine.RemoteComputeEngine.start

RemoteComputeEngine.start()

Starts the Data Integration Service of the remote compute engine.

Example

>>> import informatica.infacore as ic
>>> remote_ce = ic.get_compute_engine()
>>> remote_ce.start()