Package com.morpheusdata.model
Class ComputeType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.ComputeType
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()voidvoidsetDescription(String description) voidsetHostType(String hostType) voidsetIsEmbedded(String isEmbedded) voidsetIsPlugin(String isPlugin) voidMethods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
code
-
name
-
description
-
hostType
-
isPlugin
-
isEmbedded
-
-
Constructor Details
-
ComputeType
public ComputeType()
-
-
Method Details
-
getCode
-
setCode
-
getName
-
setName
-
getDescription
-
setDescription
-
getHostType
-
setHostType
-
getIsPlugin
-
setIsPlugin
-
getIsEmbedded
-
setIsEmbedded
-