Uses of Class
com.oracle.bmc.cloudguard.model.ProblemLifecycleState
-
Packages that use ProblemLifecycleState Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ProblemLifecycleState in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type ProblemLifecycleState Modifier and Type Method Description Waiter<GetProblemRequest,GetProblemResponse>
CloudGuardWaiters. forProblem(GetProblemRequest request, ProblemLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetProblemRequest,GetProblemResponse>
CloudGuardWaiters. forProblem(GetProblemRequest request, ProblemLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetProblemRequest,GetProblemResponse>
CloudGuardWaiters. forProblem(GetProblemRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ProblemLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of ProblemLifecycleState in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ProblemLifecycleState Modifier and Type Method Description static ProblemLifecycleState
ProblemLifecycleState. create(String key)
ProblemLifecycleState
Problem. getLifecycleState()
The current lifecycle state of the problemProblemLifecycleState
ProblemSummary. getLifecycleState()
The current lifecycle state of the problemstatic ProblemLifecycleState
ProblemLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ProblemLifecycleState[]
ProblemLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type ProblemLifecycleState Modifier and Type Method Description Problem.Builder
Problem.Builder. lifecycleState(ProblemLifecycleState lifecycleState)
The current lifecycle state of the problemProblemSummary.Builder
ProblemSummary.Builder. lifecycleState(ProblemLifecycleState lifecycleState)
The current lifecycle state of the problemConstructors in com.oracle.bmc.cloudguard.model with parameters of type ProblemLifecycleState Constructor Description Problem(String id, String compartmentId, String detectorRuleId, String region, List<String> regions, RiskLevel riskLevel, Double riskScore, String peakRiskScoreDate, Double peakRiskScore, String autoResolveDate, Integer peakRiskScoreLookupPeriodInDays, String resourceId, String resourceName, String resourceType, List<String> labels, Date timeLastDetected, Date timeFirstDetected, ProblemLifecycleState lifecycleState, ProblemLifecycleDetail lifecycleDetail, DetectorEnum detectorId, String targetId, Map<String,String> additionalDetails, String description, String recommendation, String comment, String impactedResourceId, String impactedResourceName, String impactedResourceType, List<ResourceLock> locks)
Deprecated.ProblemSummary(String id, String compartmentId, String detectorRuleId, RiskLevel riskLevel, Double riskScore, String resourceId, String resourceName, String resourceType, List<String> labels, Date timeFirstDetected, Date timeLastDetected, ProblemLifecycleState lifecycleState, ProblemLifecycleDetail lifecycleDetail, DetectorEnum detectorId, String region, List<String> regions, String targetId, List<ResourceLock> locks)
Deprecated. -
Uses of ProblemLifecycleState in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ProblemLifecycleState Modifier and Type Method Description ProblemLifecycleState
ListProblemsRequest. getLifecycleState()
The field lifecycle state.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ProblemLifecycleState Modifier and Type Method Description ListProblemsRequest.Builder
ListProblemsRequest.Builder. lifecycleState(ProblemLifecycleState lifecycleState)
The field lifecycle state.
-