Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model | |
com.oracle.bmc.datasafe.requests |
Modifier and Type | Method and Description |
---|---|
static AlertPolicyLifecycleState |
AlertPolicyLifecycleState.create(String key) |
AlertPolicyLifecycleState |
TargetAlertPolicyAssociation.getLifecycleState()
The current state of the target-alert policy association.
|
AlertPolicyLifecycleState |
AlertPolicySummary.getLifecycleState()
The current state of the alert policy.
|
AlertPolicyLifecycleState |
AlertPolicy.getLifecycleState()
The current state of the alert.
|
AlertPolicyLifecycleState |
TargetAlertPolicyAssociationSummary.getLifecycleState()
The current state of the target-alert policy association.
|
static AlertPolicyLifecycleState |
AlertPolicyLifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlertPolicyLifecycleState[] |
AlertPolicyLifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TargetAlertPolicyAssociation.Builder |
TargetAlertPolicyAssociation.Builder.lifecycleState(AlertPolicyLifecycleState lifecycleState)
The current state of the target-alert policy association.
|
AlertPolicySummary.Builder |
AlertPolicySummary.Builder.lifecycleState(AlertPolicyLifecycleState lifecycleState)
The current state of the alert policy.
|
AlertPolicy.Builder |
AlertPolicy.Builder.lifecycleState(AlertPolicyLifecycleState lifecycleState)
The current state of the alert.
|
TargetAlertPolicyAssociationSummary.Builder |
TargetAlertPolicyAssociationSummary.Builder.lifecycleState(AlertPolicyLifecycleState lifecycleState)
The current state of the target-alert policy association.
|
Constructor and Description |
---|
AlertPolicy(String id,
String displayName,
String description,
AlertPolicyType alertPolicyType,
Boolean isUserDefined,
AlertSeverity severity,
String compartmentId,
Date timeCreated,
Date timeUpdated,
AlertPolicyLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
AlertPolicySummary(String id,
String displayName,
String description,
AlertPolicyType alertPolicyType,
Boolean isUserDefined,
AlertSeverity severity,
String compartmentId,
Date timeCreated,
Date timeUpdated,
AlertPolicyLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
TargetAlertPolicyAssociation(String id,
String displayName,
String description,
String policyId,
String targetId,
Boolean isEnabled,
String compartmentId,
Date timeCreated,
Date timeUpdated,
AlertPolicyLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
TargetAlertPolicyAssociationSummary(String id,
String displayName,
String description,
String policyId,
String targetId,
Boolean isEnabled,
String compartmentId,
Date timeCreated,
Date timeUpdated,
AlertPolicyLifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AlertPolicyLifecycleState |
ListAlertPoliciesRequest.getLifecycleState()
An optional filter to return only alert policies that have the given life-cycle state.
|
AlertPolicyLifecycleState |
ListTargetAlertPolicyAssociationsRequest.getLifecycleState()
An optional filter to return only alert policies that have the given life-cycle state.
|
Modifier and Type | Method and Description |
---|---|
ListAlertPoliciesRequest.Builder |
ListAlertPoliciesRequest.Builder.lifecycleState(AlertPolicyLifecycleState lifecycleState)
An optional filter to return only alert policies that have the given life-cycle state.
|
ListTargetAlertPolicyAssociationsRequest.Builder |
ListTargetAlertPolicyAssociationsRequest.Builder.lifecycleState(AlertPolicyLifecycleState lifecycleState)
An optional filter to return only alert policies that have the given life-cycle state.
|
Copyright © 2016–2024. All rights reserved.