Uses of Class
com.oracle.bmc.datasafe.model.AlertSeverity
-
Packages that use AlertSeverity Package Description com.oracle.bmc.datasafe.model -
-
Uses of AlertSeverity in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertSeverity Modifier and Type Method Description static AlertSeverity
AlertSeverity. create(String key)
AlertSeverity
Alert. getSeverity()
Severity level of the alert.AlertSeverity
AlertPolicy. getSeverity()
Severity level of the alert raised by this policy.AlertSeverity
AlertPolicySummary. getSeverity()
Severity level of the alert raised by this policy.AlertSeverity
AlertSummary. getSeverity()
Severity level of the alert.AlertSeverity
CreateAlertPolicyDetails. getSeverity()
Severity level of the alert raised by this policy.AlertSeverity
UpdateAlertPolicyDetails. getSeverity()
Severity level of the alert raised by this policy.static AlertSeverity
AlertSeverity. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlertSeverity[]
AlertSeverity. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type AlertSeverity Modifier and Type Method Description Alert.Builder
Alert.Builder. severity(AlertSeverity severity)
Severity level of the alert.AlertPolicy.Builder
AlertPolicy.Builder. severity(AlertSeverity severity)
Severity level of the alert raised by this policy.AlertPolicySummary.Builder
AlertPolicySummary.Builder. severity(AlertSeverity severity)
Severity level of the alert raised by this policy.AlertSummary.Builder
AlertSummary.Builder. severity(AlertSeverity severity)
Severity level of the alert.CreateAlertPolicyDetails.Builder
CreateAlertPolicyDetails.Builder. severity(AlertSeverity severity)
Severity level of the alert raised by this policy.UpdateAlertPolicyDetails.Builder
UpdateAlertPolicyDetails.Builder. severity(AlertSeverity severity)
Severity level of the alert raised by this policy.Constructors in com.oracle.bmc.datasafe.model with parameters of type AlertSeverity Constructor Description Alert(String id, AlertStatus status, AlertSeverity severity, String displayName, String description, Date operationTime, String operation, Alert.OperationStatus operationStatus, List<String> targetIds, List<String> targetNames, String policyId, AlertType alertType, String resourceName, Map<String,Map<String,Object>> featureDetails, String comment, String compartmentId, AlertLifecycleState lifecycleState, Date timeCreated, Date timeUpdated, String alertPolicyRuleKey, String alertPolicyRuleName, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AlertPolicy(String id, String displayName, String description, AlertPolicyType alertPolicyType, Boolean isUserDefined, AlertSeverity severity, String compartmentId, Date timeCreated, Date timeUpdated, AlertPolicyLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.AlertPolicySummary(String id, String displayName, String description, AlertPolicyType alertPolicyType, Boolean isUserDefined, AlertSeverity severity, String compartmentId, Date timeCreated, Date timeUpdated, AlertPolicyLifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.AlertSummary(String id, AlertStatus status, String displayName, String description, AlertSeverity severity, Date operationTime, String operation, AlertSummary.OperationStatus operationStatus, List<String> targetIds, List<String> targetNames, String policyId, AlertType alertType, String compartmentId, Date timeCreated, Date timeUpdated, AlertLifecycleState lifecycleState, String alertPolicyRuleKey, String alertPolicyRuleName, Map<String,Map<String,Object>> featureDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.CreateAlertPolicyDetails(AlertPolicyType alertPolicyType, String displayName, String description, AlertSeverity severity, String compartmentId, List<CreateAlertPolicyRuleDetails> alertPolicyRuleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateAlertPolicyDetails(String displayName, String description, AlertSeverity severity, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-