Uses of Class
com.iland.core.api.notification.AlertDeliverySpec
Packages that use AlertDeliverySpec
Package
Description
Type of user notification service data model API.
-
Uses of AlertDeliverySpec in com.iland.core.api.notification
Methods in com.iland.core.api.notification that return AlertDeliverySpecConstructors in com.iland.core.api.notification with parameters of type AlertDeliverySpecModifierConstructorDescriptionAlert(String username, AlertDeliverySpec deliverySpec, boolean enabled, AlertType type) Alert(String uuid, String username, AlertDeliverySpec deliverySpec, boolean enabled, AlertType type) CloudTenantAlert(String uuid, String username, AlertDeliverySpec deliverySpec, boolean enabled, String tenantUuid, int threshold, AlertType alertType) -
Uses of AlertDeliverySpec in com.iland.core.api.notification.types
Constructors in com.iland.core.api.notification.types with parameters of type AlertDeliverySpecModifierConstructorDescriptionAdvancedBackupsAlertTrigger(String uuid, String username, AlertDeliverySpec deliverySpec, boolean enabled, AlertType alertType, String vdcUuid, String unit, int threshold) AntimalwarelAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String orgUuid) BurstSummaryAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String entityUuid) CohesityContinuityStorageAlertTrigger(String uuid, String username, AlertDeliverySpec deliverySpec, boolean enabled, String vdcUuid, String unit, int threshold) FirewallAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String orgUuid) InitialBurstAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String entityUuid) IntegrityAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String orgUuid, IntegrityAlert.EqualityRelation equalityRelation, IntegrityAlert.Severity severityThreshold) IntrusionProtectionAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String orgUuid) LogInspectionAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String orgUuid, LogInspectionAlert.EqualityRelation equalityRelation, LogInspectionAlert.Severity severityThreshold) NearBurstAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String entityUuid, int threshold) ObjectStorageAlert(String uuid, String username, AlertDeliverySpec deliverySpec, boolean enabled, AlertType type, String entityUuid, ObjectStorageAlert.Equality equality, int threshold, int breach) VappPowerStatusAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String vappUuid) VdcOverConfiguredAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String vdcUuid) VmPowerStatusAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String vmUuid) VulnerabilityAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String orgUuid, VulnerabilityAlert.EqualityRelation equalityRelation, VulnerabilityAlert.Severity severityThreshold, Set<String> hostAddresses) WebReputationAlert(String uuid, String username, AlertDeliverySpec spec, boolean enabled, String orgUuid)