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