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 executing 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 desirable action on a daily intervalSystemTabProvider.renderTemplate(System system) Provide logic when tab should be displayed.default ServiceResponseSystemProvider.updateSystem(System system, SystemRequest systemRequest) This method is executed post update workflows for the given system.default ServiceResponseSystemProvider.updateSystemComponent(System system, SystemRequest systemRequest, SystemComponentType componentType) This method is called when updating an existing component on a system (e.g.default ServiceResponseSystemProvider.updateSystemConfiguration(System system, SystemRequest request) Applies system-level configuration properties (e.g. -
Uses of System in com.morpheusdata.model.system
Fields in com.morpheusdata.model.system declared as SystemMethods in com.morpheusdata.model.system that return SystemMethods in com.morpheusdata.model.system with parameters of type System