Package | Description |
---|---|
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
static Alert.OperationStatus |
Alert.OperationStatus.create(String key) |
Alert.OperationStatus |
Alert.getOperationStatus()
The result of the operation (event) that triggered alert.
|
static Alert.OperationStatus |
Alert.OperationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Alert.OperationStatus[] |
Alert.OperationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Alert.Builder |
Alert.Builder.operationStatus(Alert.OperationStatus operationStatus)
The result of the operation (event) that triggered alert.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.