Uses of Class
com.morpheusdata.model.WorkloadTemplate
Packages that use WorkloadTemplate
-
Uses of WorkloadTemplate in com.morpheusdata.core.library
Methods in com.morpheusdata.core.library that return types with arguments of type WorkloadTemplateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<WorkloadTemplate>MorpheusWorkloadTemplateService.listById(Collection<Long> ids) Deprecated.Method parameters in com.morpheusdata.core.library with type arguments of type WorkloadTemplateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusWorkloadTemplateService.create(List<WorkloadTemplate> workloadTemplates) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusWorkloadTemplateService.remove(List<WorkloadTemplate> workloadTemplates) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusWorkloadTemplateService.save(List<WorkloadTemplate> workloadTemplates) Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of WorkloadTemplate in com.morpheusdata.model
Fields in com.morpheusdata.model declared as WorkloadTemplateFields in com.morpheusdata.model with type parameters of type WorkloadTemplateModifier and TypeFieldDescriptionprotected List<WorkloadTemplate>ComputeTypePackage.templatesprotected List<WorkloadTemplate>WorkloadType.templatesMethods in com.morpheusdata.model that return WorkloadTemplateMethods in com.morpheusdata.model that return types with arguments of type WorkloadTemplateMethods in com.morpheusdata.model with parameters of type WorkloadTemplateMethod parameters in com.morpheusdata.model with type arguments of type WorkloadTemplateModifier and TypeMethodDescriptionvoidComputeTypePackage.setTemplates(List<WorkloadTemplate> templates) voidWorkloadType.setTemplates(List<WorkloadTemplate> templates)
MorpheusDataService.bulkCreate(java.util.List<M>)instead