Uses of Class
com.morpheusdata.model.ComputeServerType
Packages that use ComputeServerType
Package
Description
-
Uses of ComputeServerType in com.morpheusdata.core
Methods in com.morpheusdata.core that return ComputeServerTypeModifier and TypeMethodDescriptionAbstractProvisionProvider.findVmNodeServerTypeForCloud(Long cloudId, String platform, String provisionTypeCode) -
Uses of ComputeServerType in com.morpheusdata.core.cloud
Methods in com.morpheusdata.core.cloud that return types with arguments of type ComputeServerTypeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Maybe<ComputeServerType>MorpheusCloudService.findComputeServerTypeByCode(String code) This will retrieve a compute server type by specific codeio.reactivex.rxjava3.core.Single<Collection<ComputeServerType>>MorpheusCloudService.getComputeServerTypes(Long cloudId) -
Uses of ComputeServerType in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type ComputeServerTypeModifier and TypeMethodDescriptionCloudProvider.getComputeServerTypes()Grabs allComputeServerTypeobjects that this CloudProvider can represent during a sync or during a provision. -
Uses of ComputeServerType in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ComputeServerTypeModifier and TypeFieldDescriptionprotected ComputeServerTypeComputeServer.computeServerTypeprotected ComputeServerTypeComputeTypeSet.computeServerTypeprotected ComputeServerTypeWorkloadType.computeServerTypeprotected ComputeServerTypeComputeTypeLayout.typeMethods in com.morpheusdata.model that return ComputeServerTypeModifier and TypeMethodDescriptionComputeServer.getComputeServerType()ComputeTypeSet.getComputeServerType()WorkloadType.getComputeServerType()ComputeTypeLayout.getType()Methods in com.morpheusdata.model with parameters of type ComputeServerTypeModifier and TypeMethodDescriptionvoidComputeServer.setComputeServerType(ComputeServerType computeServerType) voidComputeTypeSet.setComputeServerType(ComputeServerType computeServerType) voidWorkloadType.setComputeServerType(ComputeServerType computeServerType) voidComputeTypeLayout.setType(ComputeServerType type)