Uses of Class
com.morpheusdata.model.ComputeTypeLayout
Packages that use ComputeTypeLayout
-
Uses of ComputeTypeLayout in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type ComputeTypeLayoutModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ComputeTypeLayout>MorpheusComputeTypeLayoutFactoryService.buildDockerLayout(String codePrefix, String osVersion, String provisionTypeCode, String computeServerTypeCode, String virtualImageCode) Construct the scaffolding of a ComputeTypeLayout for defining the layout structure for a Docker server. -
Uses of ComputeTypeLayout in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type ComputeTypeLayoutModifier and TypeMethodDescriptiondefault Collection<ComputeTypeLayout>ProvisionProvider.getComputeTypeLayouts()Provides a Collection ofComputeTypeLayoutrelated to this ProvisionProvider. -
Uses of ComputeTypeLayout in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ComputeTypeLayoutModifier and TypeFieldDescriptionprotected ComputeTypeLayoutComputeServer.layoutprotected ComputeTypeLayoutComputeServerGroup.layoutMethods in com.morpheusdata.model that return ComputeTypeLayoutMethods in com.morpheusdata.model with parameters of type ComputeTypeLayoutModifier and TypeMethodDescriptionvoidComputeServer.setLayout(ComputeTypeLayout layout) voidComputeServerGroup.setLayout(ComputeTypeLayout layout)