Package com.morpheusdata.response
Class InitializeHypervisorResponse
java.lang.Object
com.morpheusdata.response.InitializeHypervisorResponse
-
Field Summary
Modifier and TypeFieldDescriptionprotected ComputeServer.CommType
Type of communication used to access the hypervisorprotected Boolean
Used to determine if the finalize steps should be executed after initialization is complete.protected Boolean
Used to determine if the agent should be installed during the finalize stage.protected Long
Maximum number of cores available on the hypervisorprotected Long
Maximum amount of memory, in bytes, available on the hypervisorprotected Long
Maximum amount of storage, in bytes, available on the hypervisorprotected OsType
OS of the hypervisor -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCommType
(ComputeServer.CommType commType) void
setFinalizeServer
(Boolean finalizeServer) void
setInstallAgent
(Boolean installAgent) void
setMaxCores
(Long maxCores) void
setMaxMemory
(Long maxMemory) void
setMaxStorage
(Long maxStorage) void
setServerOs
(OsType serverOs)
-
Field Details
-
serverOs
OS of the hypervisor -
commType
Type of communication used to access the hypervisor -
maxCores
Maximum number of cores available on the hypervisor -
maxMemory
Maximum amount of memory, in bytes, available on the hypervisor -
maxStorage
Maximum amount of storage, in bytes, available on the hypervisor -
finalizeServer
Used to determine if the finalize steps should be executed after initialization is complete. -
installAgent
Used to determine if the agent should be installed during the finalize stage.
-
-
Constructor Details
-
InitializeHypervisorResponse
public InitializeHypervisorResponse()
-
-
Method Details
-
getServerOs
-
setServerOs
-
getCommType
-
setCommType
-
getMaxCores
-
setMaxCores
-
getMaxMemory
-
setMaxMemory
-
getMaxStorage
-
setMaxStorage
-
getFinalizeServer
-
setFinalizeServer
-
getInstallAgent
-
setInstallAgent
-