Package com.morpheusdata.model.system
Class SystemComponentType
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.system.SystemComponentType
- All Implemented Interfaces:
Serializable
This model represents a configurable component type of a
System. Examples of
component types that make up a system are Bare Metal Hosts, Network Switches, Storage arrays, etc.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Stringprotected Stringprotected Stringprotected Class<? extends MorpheusModel>protected Stringprotected List<OptionType>Fields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Class<? extends MorpheusModel>getName()voidvoidsetCategory(String category) voidvoidsetDescription(String description) voidsetInitializeWorkflows(List<TaskSet> initializeWorkflows) voidsetModelType(Class<? extends MorpheusModel> modelType) voidvoidsetOptionTypes(List<OptionType> optionTypes) voidsetUpdateWorkflows(List<TaskSet> updateWorkflows) Methods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
name
-
code
-
description
-
category
-
active
-
optionTypes
-
initializeWorkflows
-
updateWorkflows
-
modelType
-
-
Constructor Details
-
SystemComponentType
public SystemComponentType()
-
-
Method Details
-
getName
-
setName
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getCategory
-
setCategory
-
getActive
-
setActive
-
getOptionTypes
-
setOptionTypes
-
getInitializeWorkflows
-
setInitializeWorkflows
-
getUpdateWorkflows
-
setUpdateWorkflows
-
getModelType
-
setModelType
-