Package com.morpheusdata.model
Class ComputeCapacityInfo
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ComputeCapacityInfo
- All Implemented Interfaces:
Serializable
Representation of a Morpheus ComputeCapacity database object within the Morpheus platform.
- See Also:
-
Field Summary
Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setMaxCores
(Long maxCores) void
void
setMaxMemory
(Long maxMemory) void
setMaxStorage
(Long maxStorage) void
setUsedCores
(Long usedCores) void
setUsedMemory
(Long usedMemory) void
setUsedStorage
(Long usedStorage) toMap()
Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Constructor Details
-
ComputeCapacityInfo
public ComputeCapacityInfo()
-
-
Method Details
-
getMaxCores
-
setMaxCores
-
getMaxMemory
-
setMaxMemory
-
getMaxStorage
-
setMaxStorage
-
getUsedMemory
-
setUsedMemory
-
getUsedStorage
-
setUsedStorage
-
getUsedCores
-
setUsedCores
-
getMaxCpu
-
setMaxCpu
-
toMap
-