Package com.morpheusdata.core
Interface MorpheusInstanceScaleTypeService
- All Superinterfaces:
MorpheusDataQueryService<InstanceScaleType>
,MorpheusDataService<InstanceScaleType,
InstanceScaleType>
public interface MorpheusInstanceScaleTypeService
extends MorpheusDataService<InstanceScaleType,InstanceScaleType>
Context methods for InstanceScaleType in Morpheus
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<InstanceScaleType>
listAll()
List all InstanceScaleTypesMethods inherited from interface com.morpheusdata.core.MorpheusDataQueryService
count, find, get, list, list, listById, listOptions, listOptions, search
Methods inherited from interface com.morpheusdata.core.MorpheusDataService
bulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
-
Method Details
-
listAll
io.reactivex.rxjava3.core.Observable<InstanceScaleType> listAll()List all InstanceScaleTypes- Returns:
- Observable stream of InstanceScaleTypes
-