Interface MorpheusSynchronousStorageServerService
- All Superinterfaces:
MorpheusSynchronousDataService<StorageServer,,StorageServerIdentityProjection> MorpheusSynchronousIdentityService<StorageServerIdentityProjection>
public interface MorpheusSynchronousStorageServerService
extends MorpheusSynchronousDataService<StorageServer,StorageServerIdentityProjection>, MorpheusSynchronousIdentityService<StorageServerIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ServiceResponse>executeUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>getConfigurationDriftDetails(StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>postUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>refreshUpdate(StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>rollbackUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>runConfigurationDriftCheck(CheckLevel checkLevel, StorageServer storageServer) io.reactivex.rxjava3.core.Single<ServiceResponse>validateUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, searchMethods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
validateUpdate
io.reactivex.rxjava3.core.Single<ServiceResponse> validateUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) -
executeUpdate
io.reactivex.rxjava3.core.Single<ServiceResponse> executeUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) -
postUpdate
io.reactivex.rxjava3.core.Single<ServiceResponse> postUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) -
rollbackUpdate
io.reactivex.rxjava3.core.Single<ServiceResponse> rollbackUpdate(UpdateDefinition updateDefinition, StorageServer storageServer) -
refreshUpdate
-
runConfigurationDriftCheck
io.reactivex.rxjava3.core.Single<ServiceResponse> runConfigurationDriftCheck(CheckLevel checkLevel, StorageServer storageServer) -
getConfigurationDriftDetails
io.reactivex.rxjava3.core.Single<ServiceResponse> getConfigurationDriftDetails(StorageServer storageServer)
-