Uses of Class
com.morpheusdata.model.ComputeTypeLayout
Packages that use ComputeTypeLayout
Package
Description
-
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.Methods in com.morpheusdata.core with parameters of type ComputeTypeLayoutModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse<List<ComputeServer>>>MorpheusComputeServerGroupService.addServerGroupServers(ComputeServerGroup cluster, ComputeTypeLayout layout, AddServerGroupServersRequest request) Add one or more servers to an existing cluster. -
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.core.synchronous.compute
Methods in com.morpheusdata.core.synchronous.compute with parameters of type ComputeTypeLayoutModifier and TypeMethodDescriptionMorpheusSynchronousComputeServerGroupService.addServerGroupServers(ComputeServerGroup cluster, ComputeTypeLayout layout, AddServerGroupServersRequest request) Add one or more servers to an existing cluster. -
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)