Package | Description |
---|---|
com.oracle.bmc.cloudguard | |
com.oracle.bmc.cloudguard.model | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetProblemRequest,GetProblemResponse> |
CloudGuardWaiters.forProblem(GetProblemRequest request,
ProblemLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetProblemRequest,GetProblemResponse> |
CloudGuardWaiters.forProblem(GetProblemRequest request,
ProblemLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetProblemRequest,GetProblemResponse> |
CloudGuardWaiters.forProblem(GetProblemRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
ProblemLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static ProblemLifecycleState |
ProblemLifecycleState.create(String key) |
ProblemLifecycleState |
ProblemSummary.getLifecycleState()
The current lifecycle state of the problem
|
ProblemLifecycleState |
Problem.getLifecycleState()
The current lifecycle state of the problem
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
ProblemSummary.Builder |
ProblemSummary.Builder.lifecycleState(ProblemLifecycleState lifecycleState)
The current lifecycle state of the problem
|
Problem.Builder |
Problem.Builder.lifecycleState(ProblemLifecycleState lifecycleState)
The current lifecycle state of the problem
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
ProblemLifecycleState |
ListProblemsRequest.getLifecycleState()
The field lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListProblemsRequest.Builder |
ListProblemsRequest.Builder.lifecycleState(ProblemLifecycleState lifecycleState)
The field lifecycle state.
|
Copyright © 2016–2024. All rights reserved.