Interface MorpheusSynchronousOperationNotificationService
- All Superinterfaces:
MorpheusSynchronousDataService<OperationNotification,
,OperationNotificationIdentityProjection> MorpheusSynchronousIdentityService<OperationNotificationIdentityProjection>
public interface MorpheusSynchronousOperationNotificationService
extends MorpheusSynchronousDataService<OperationNotification,OperationNotificationIdentityProjection>, MorpheusSynchronousIdentityService<OperationNotificationIdentityProjection>
-
Method Summary
Modifier and TypeMethodDescriptionclearAlarm
(OperationNotification notification) clearBackupProviderAlarm
(BackupProvider backupProvider) clearItemAlarms
(String refType, Long refId) createAlarm
(OperationNotification notification) createBackupProviderAlarm
(BackupProvider backupProvider, String statusMessage) createHypervisorAlarm
(ComputeServerIdentityProjection node, String statusMessage) createZoneAlarm
(CloudIdentityProjection cloud, String statusMessage) Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousDataService
bulkCreate, bulkRemove, bulkSave, count, create, create, find, get, getDataService, list, listById, listOptions, remove, remove, save, save, search
Methods inherited from interface com.morpheusdata.core.MorpheusSynchronousIdentityService
getDataIdentityService, listIdentityProjections
-
Method Details
-
clearAlarm
-
createAlarm
-
clearItemAlarms
-
createZoneAlarm
-
clearZoneAlarm
-
createHypervisorAlarm
-
clearHypervisorAlarm
-
createBackupProviderAlarm
-
clearBackupProviderAlarm
-