Uses of Class
com.morpheusdata.model.InstanceScale
Packages that use InstanceScale
-
Uses of InstanceScale in com.morpheusdata.core
Methods in com.morpheusdata.core that return types with arguments of type InstanceScaleModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<InstanceScale>MorpheusInstanceScaleService.listById(Collection<Long> ids) Get a list of InstanceScale objects from a list of idsMethods in com.morpheusdata.core with parameters of type InstanceScaleModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusComputeServerService.remove(List<ComputeServer> computeServers, InstanceScale instanceScale) Remove persisted ComputeServers from Morpheus and remove them theInstanceScalethey are associated withMethod parameters in com.morpheusdata.core with type arguments of type InstanceScaleModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusInstanceScaleService.create(List<InstanceScale> instanceScales) Deprecated.io.reactivex.rxjava3.core.Single<Boolean>MorpheusInstanceScaleService.save(List<InstanceScale> instanceScales) Deprecated. -
Uses of InstanceScale in com.morpheusdata.model
Fields in com.morpheusdata.model declared as InstanceScaleMethods in com.morpheusdata.model that return InstanceScaleMethods in com.morpheusdata.model with parameters of type InstanceScaleModifier and TypeMethodDescriptionvoidComputeServer.setScale(InstanceScale scale) voidInstance.setScale(InstanceScale scale)