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