Package com.morpheusdata.core
Interface MorpheusHypervisorService
public interface MorpheusHypervisorService
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>
initialize
(ComputeServer server) Trigger the initialization of a compute server as a hypervisor
-
Method Details
-
initialize
Trigger the initialization of a compute server as a hypervisor- Parameters:
server
- to initialize as a hypervisor- Returns:
- true of the initialization was successfully triggered.
-