Uses of Class
com.morpheusdata.model.system.SystemComponentType
Packages that use SystemComponentType
-
Uses of SystemComponentType in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type SystemComponentTypeModifier and TypeMethodDescriptionSystemProvider.getSystemComponentTypes()Provides a Collection ofSystemComponentTypewhich are supported for this system providerMethods in com.morpheusdata.core.providers with parameters of type SystemComponentTypeModifier and TypeMethodDescriptiondefault ServiceResponseSystemProvider.addSystemComponent(System system, SystemRequest systemRequest, SystemComponentType componentType) This method is called when adding an additional component to an existing system (adding a new host, storage array etc) -
Uses of SystemComponentType in com.morpheusdata.model.system
Fields in com.morpheusdata.model.system declared as SystemComponentTypeFields in com.morpheusdata.model.system with type parameters of type SystemComponentTypeMethods in com.morpheusdata.model.system that return SystemComponentTypeMethods in com.morpheusdata.model.system that return types with arguments of type SystemComponentTypeModifier and TypeMethodDescriptionSystemTypeLayout.getComponents()SystemTypeLayout.getComponentsByCode(String code) SystemTypeLayout.getGroupedComponents()Methods in com.morpheusdata.model.system with parameters of type SystemComponentTypeMethod parameters in com.morpheusdata.model.system with type arguments of type SystemComponentTypeModifier and TypeMethodDescriptionvoidSystemTypeLayout.setComponents(List<SystemComponentType> components)