Interface MorpheusHypervisorService


public interface MorpheusHypervisorService
  • Method Summary

    Modifier and Type
    Method
    Description
    io.reactivex.rxjava3.core.Single<Boolean>
    Trigger the initialization of a compute server as a hypervisor
  • Method Details

    • initialize

      io.reactivex.rxjava3.core.Single<Boolean> initialize(ComputeServer server)
      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.