Uses of Class
com.morpheusdata.model.ResourceSpecTemplate
Packages that use ResourceSpecTemplate
Package
Description
-
Uses of ResourceSpecTemplate in com.morpheusdata.core.library
Methods in com.morpheusdata.core.library that return types with arguments of type ResourceSpecTemplateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<ResourceSpecTemplate>MorpheusResourceSpecTemplateService.listById(Collection<Long> ids) Deprecated.Method parameters in com.morpheusdata.core.library with type arguments of type ResourceSpecTemplateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusResourceSpecTemplateService.create(List<ResourceSpecTemplate> resourceSpecTemplates) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusResourceSpecTemplateService.save(List<ResourceSpecTemplate> resourceSpecTemplates) Deprecated.useMorpheusDataService.bulkSave(java.util.List<M>)instead -
Uses of ResourceSpecTemplate in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers with parameters of type ResourceSpecTemplateModifier and TypeMethodDescriptiondefault Collection<TemplateParameter>ProvisionProvider.getTemplateParameters(ResourceSpecTemplate template, String fileContent, Map opts) Provides a Collection of TemplateParameter to describe the options for the ResourceSpecTemplate for this ProvisionProvider -
Uses of ResourceSpecTemplate in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ResourceSpecTemplateFields in com.morpheusdata.model with type parameters of type ResourceSpecTemplateModifier and TypeFieldDescriptionprotected List<ResourceSpecTemplate>AppTemplate.specTemplatesprotected List<ResourceSpecTemplate>ComputeTypePackage.specTemplatesprotected List<ResourceSpecTemplate>InstanceTypeLayout.specTemplatesprotected List<ResourceSpecTemplate>WorkloadType.specTemplatesMethods in com.morpheusdata.model that return ResourceSpecTemplateMethods in com.morpheusdata.model that return types with arguments of type ResourceSpecTemplateModifier and TypeMethodDescriptionAppTemplate.getSpecTemplates()ComputeTypePackage.getSpecTemplates()InstanceTypeLayout.getSpecTemplates()WorkloadType.getSpecTemplates()Methods in com.morpheusdata.model with parameters of type ResourceSpecTemplateMethod parameters in com.morpheusdata.model with type arguments of type ResourceSpecTemplateModifier and TypeMethodDescriptionvoidAppTemplate.setSpecTemplates(List<ResourceSpecTemplate> specTemplates) voidComputeTypePackage.setSpecTemplates(List<ResourceSpecTemplate> specTemplates) voidInstanceTypeLayout.setSpecTemplates(List<ResourceSpecTemplate> specTemplates) voidWorkloadType.setSpecTemplates(List<ResourceSpecTemplate> specTemplates)
MorpheusDataService.bulkCreate(java.util.List<M>)instead