Package | Description |
---|---|
com.oracle.bmc.cloudguard.model | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and Description |
---|---|
static ProblemLifecycleDetail |
ProblemLifecycleDetail.create(String key) |
ProblemLifecycleDetail |
ProblemSummary.getLifecycleDetail()
Additional details on the substate of the lifecycle state
|
ProblemLifecycleDetail |
ProblemHistorySummary.getLifecycleDetail()
Additional details on the substate of the lifecycle state
|
ProblemLifecycleDetail |
Problem.getLifecycleDetail()
Additional details on the substate of the lifecycle state
|
ProblemLifecycleDetail |
UpdateProblemStatusDetails.getStatus()
Action taken by user
|
ProblemLifecycleDetail |
UpdateBulkProblemStatusDetails.getStatus()
Action taken by user
|
static ProblemLifecycleDetail |
ProblemLifecycleDetail.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProblemLifecycleDetail[] |
ProblemLifecycleDetail.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.lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle state
|
ProblemHistorySummary.Builder |
ProblemHistorySummary.Builder.lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle state
|
Problem.Builder |
Problem.Builder.lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle state
|
UpdateProblemStatusDetails.Builder |
UpdateProblemStatusDetails.Builder.status(ProblemLifecycleDetail status)
Action taken by user
|
UpdateBulkProblemStatusDetails.Builder |
UpdateBulkProblemStatusDetails.Builder.status(ProblemLifecycleDetail status)
Action taken by user
|
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.
|
ProblemHistorySummary(String id,
String problemId,
ActorType actorType,
String actorName,
String explanation,
ProblemLifecycleDetail lifecycleDetail,
EventStatus eventStatus,
Date timeCreated,
String delta,
String comment,
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.
|
UpdateBulkProblemStatusDetails(ProblemLifecycleDetail status,
List<String> problemIds,
String comment)
Deprecated.
|
UpdateProblemStatusDetails(ProblemLifecycleDetail status,
String comment)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ProblemLifecycleDetail |
ListProblemsRequest.getLifecycleDetail()
The field life cycle state.
|
Modifier and Type | Method and Description |
---|---|
ListProblemsRequest.Builder |
ListProblemsRequest.Builder.lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
The field life cycle state.
|
Copyright © 2016–2024. All rights reserved.