Class InitializeHypervisorResponse

java.lang.Object
com.morpheusdata.response.InitializeHypervisorResponse

public class InitializeHypervisorResponse extends Object
  • Field Details

    • serverOs

      protected OsType serverOs
      OS of the hypervisor
    • commType

      protected ComputeServer.CommType commType
      Type of communication used to access the hypervisor
    • maxCores

      protected Long maxCores
      Maximum number of cores available on the hypervisor
    • maxMemory

      protected Long maxMemory
      Maximum amount of memory, in bytes, available on the hypervisor
    • maxStorage

      protected Long maxStorage
      Maximum amount of storage, in bytes, available on the hypervisor
    • finalizeServer

      protected Boolean finalizeServer
      Used to determine if the finalize steps should be executed after initialization is complete.
    • installAgent

      protected Boolean installAgent
      Used to determine if the agent should be installed during the finalize stage.
  • Constructor Details

    • InitializeHypervisorResponse

      public InitializeHypervisorResponse()
  • Method Details

    • getServerOs

      public OsType getServerOs()
    • setServerOs

      public void setServerOs(OsType serverOs)
    • getCommType

      public ComputeServer.CommType getCommType()
    • setCommType

      public void setCommType(ComputeServer.CommType commType)
    • getMaxCores

      public Long getMaxCores()
    • setMaxCores

      public void setMaxCores(Long maxCores)
    • getMaxMemory

      public Long getMaxMemory()
    • setMaxMemory

      public void setMaxMemory(Long maxMemory)
    • getMaxStorage

      public Long getMaxStorage()
    • setMaxStorage

      public void setMaxStorage(Long maxStorage)
    • getFinalizeServer

      public Boolean getFinalizeServer()
    • setFinalizeServer

      public void setFinalizeServer(Boolean finalizeServer)
    • getInstallAgent

      public Boolean getInstallAgent()
    • setInstallAgent

      public void setInstallAgent(Boolean installAgent)