Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAlertRequest,GetAlertResponse> |
DataSafeWaiters.forAlert(GetAlertRequest request,
AlertLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAlertRequest,GetAlertResponse> |
DataSafeWaiters.forAlert(GetAlertRequest request,
AlertLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAlertRequest,GetAlertResponse> |
DataSafeWaiters.forAlert(GetAlertRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AlertLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static AlertLifecycleState |
AlertLifecycleState.create(String key) |
AlertLifecycleState |
AlertSummary.getLifecycleState()
The current state of the alert.
|
AlertLifecycleState |
Alert.getLifecycleState()
The current state of the alert.
|
static AlertLifecycleState |
AlertLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertLifecycleState[] |
AlertLifecycleState.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.lifecycleState(AlertLifecycleState lifecycleState)
The current state of the alert.
|
Alert.Builder |
Alert.Builder.lifecycleState(AlertLifecycleState lifecycleState)
The current state of the 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.
|
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.