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 TypeMethodDescriptionvoidsetMaxCores(Long maxCores) voidvoidsetMaxMemory(Long maxMemory) voidsetMaxStorage(Long maxStorage) voidsetUsedCores(Long usedCores) voidsetUsedMemory(Long usedMemory) voidsetUsedStorage(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
-