Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
AlertSummary.Builder |
AlertSummary.Builder.alertPolicyRuleKey(String alertPolicyRuleKey)
The key of the rule of alert policy that triggered alert.
|
AlertSummary.Builder |
AlertSummary.Builder.alertPolicyRuleName(String alertPolicyRuleName)
The display name of the rule of alert policy that triggered alert.
|
AlertSummary.Builder |
AlertSummary.Builder.alertType(AlertType alertType)
Type of the alert.
|
static AlertSummary.Builder |
AlertSummary.builder()
Create a new builder.
|
AlertSummary.Builder |
AlertSummary.Builder.compartmentId(String compartmentId)
The OCID of the compartment that contains the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.copy(AlertSummary model) |
AlertSummary.Builder |
AlertSummary.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
AlertSummary.Builder |
AlertSummary.Builder.description(String description)
The details of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.displayName(String displayName)
The display name of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.featureDetails(Map<String,Map<String,Object>> featureDetails)
Map that contains maps of values.
|
AlertSummary.Builder |
AlertSummary.Builder.freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
AlertSummary.Builder |
AlertSummary.Builder.id(String id)
The OCID of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.lifecycleState(AlertLifecycleState lifecycleState)
The current state of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.operation(String operation)
The operation that triggered alert.
|
AlertSummary.Builder |
AlertSummary.Builder.operationStatus(AlertSummary.OperationStatus operationStatus)
The result of the operation (event) that triggered alert.
|
AlertSummary.Builder |
AlertSummary.Builder.operationTime(Date operationTime)
Creation date and time of the operation that triggered alert, in the format defined by
RFC3339.
|
AlertSummary.Builder |
AlertSummary.Builder.policyId(String policyId)
The OCID of the policy that triggered alert.
|
AlertSummary.Builder |
AlertSummary.Builder.severity(AlertSeverity severity)
Severity level of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.status(AlertStatus status)
The status of the alert.
|
AlertSummary.Builder |
AlertSummary.Builder.targetIds(List<String> targetIds)
Array of OCIDs of the target database.
|
AlertSummary.Builder |
AlertSummary.Builder.targetNames(List<String> targetNames)
Array of names of the target database.
|
AlertSummary.Builder |
AlertSummary.Builder.timeCreated(Date timeCreated)
Creation date and time of the alert, in the format defined by
RFC3339.
|
AlertSummary.Builder |
AlertSummary.Builder.timeUpdated(Date timeUpdated)
Last date and time the alert was updated, in the format defined by
RFC3339.
|
AlertSummary.Builder |
AlertSummary.toBuilder() |
Copyright © 2016–2024. All rights reserved.