Uses of Class
com.morpheusdata.request.AddServerGroupServersRequest
Packages that use AddServerGroupServersRequest
-
Uses of AddServerGroupServersRequest in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type AddServerGroupServersRequestModifier 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 AddServerGroupServersRequest in com.morpheusdata.core.synchronous.compute
Methods in com.morpheusdata.core.synchronous.compute with parameters of type AddServerGroupServersRequestModifier and TypeMethodDescriptionMorpheusSynchronousComputeServerGroupService.addServerGroupServers(ComputeServerGroup cluster, ComputeTypeLayout layout, AddServerGroupServersRequest request) Add one or more servers to an existing cluster.