Uses of Class
com.morpheusdata.model.system.System
Packages that use System
-
Uses of System in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type SystemModifier 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.deleteSystem(System system) Perform any cleanup/state reset operations required on removal of a systemdefault 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.refreshSystem(System system) This method is bound to a periodic job that is executed by the VME Manager.default ServiceResponseSystemProvider.refreshSystemDaily(System system) Executed once a day, perform any desireable action on a daily intervaldefault ServiceResponseSystemProvider.updateSystem(System system, SystemRequest systemRequest) This method is executed post update workflows for the given system.