Uses of Class
com.oracle.bmc.datasafe.model.AlertPolicyLifecycleState
-
Packages that use AlertPolicyLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of AlertPolicyLifecycleState in com.oracle.bmc.datasafe
-
Uses of AlertPolicyLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertPolicyLifecycleState Modifier and Type Method Description static AlertPolicyLifecycleState
AlertPolicyLifecycleState. create(String key)
AlertPolicyLifecycleState
AlertPolicy. getLifecycleState()
The current state of the alert.AlertPolicyLifecycleState
AlertPolicySummary. getLifecycleState()
The current state of the alert policy.AlertPolicyLifecycleState
TargetAlertPolicyAssociation. getLifecycleState()
The current state of the target-alert policy association.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.Methods in com.oracle.bmc.datasafe.model with parameters of type AlertPolicyLifecycleState Modifier and Type Method Description AlertPolicy.Builder
AlertPolicy.Builder. lifecycleState(AlertPolicyLifecycleState lifecycleState)
The current state of the alert.AlertPolicySummary.Builder
AlertPolicySummary.Builder. lifecycleState(AlertPolicyLifecycleState lifecycleState)
The current state of the alert policy.TargetAlertPolicyAssociation.Builder
TargetAlertPolicyAssociation.Builder. lifecycleState(AlertPolicyLifecycleState lifecycleState)
The current state of the target-alert policy association.TargetAlertPolicyAssociationSummary.Builder
TargetAlertPolicyAssociationSummary.Builder. lifecycleState(AlertPolicyLifecycleState lifecycleState)
The current state of the target-alert policy association.Constructors in com.oracle.bmc.datasafe.model with parameters of type AlertPolicyLifecycleState Constructor 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. -
Uses of AlertPolicyLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return AlertPolicyLifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.datasafe.requests with parameters of type AlertPolicyLifecycleState Modifier and Type Method 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.
-