Uses of Class
com.morpheusdata.model.system.SystemRequest
Packages that use SystemRequest
-
Uses of SystemRequest in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type SystemRequestModifier 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)default ServiceResponseSystemProvider.initializeSystem(System system, SystemRequest systemRequest) This method is executed post initialization workflows have been executed.default ServiceResponseSystemProvider.prepareInitializeSystem(System system, SystemRequest systemRequest) This phase is run prior to exeucting the system initialization workflows.default ServiceResponseSystemProvider.prepareUpdateSystem(System system, SystemRequest systemRequest) This phase is run prior to executing the system update workflows.default ServiceResponseSystemProvider.updateSystem(System system, SystemRequest systemRequest) This method is executed post update workflows for the given system.