Uses of Class
com.oracle.bmc.cloudguard.model.ProblemLifecycleDetail
-
Packages that use ProblemLifecycleDetail Package Description com.oracle.bmc.cloudguard.model com.oracle.bmc.cloudguard.requests -
-
Uses of ProblemLifecycleDetail in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return ProblemLifecycleDetail Modifier and Type Method Description static ProblemLifecycleDetail
ProblemLifecycleDetail. create(String key)
ProblemLifecycleDetail
Problem. getLifecycleDetail()
Additional details on the substate of the lifecycle stateProblemLifecycleDetail
ProblemHistorySummary. getLifecycleDetail()
Additional details on the substate of the lifecycle stateProblemLifecycleDetail
ProblemSummary. getLifecycleDetail()
Additional details on the substate of the lifecycle stateProblemLifecycleDetail
UpdateBulkProblemStatusDetails. getStatus()
Action taken by userProblemLifecycleDetail
UpdateProblemStatusDetails. getStatus()
Action taken by userstatic 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.Methods in com.oracle.bmc.cloudguard.model with parameters of type ProblemLifecycleDetail Modifier and Type Method Description Problem.Builder
Problem.Builder. lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle stateProblemHistorySummary.Builder
ProblemHistorySummary.Builder. lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle stateProblemSummary.Builder
ProblemSummary.Builder. lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle stateUpdateBulkProblemStatusDetails.Builder
UpdateBulkProblemStatusDetails.Builder. status(ProblemLifecycleDetail status)
Action taken by userUpdateProblemStatusDetails.Builder
UpdateProblemStatusDetails.Builder. status(ProblemLifecycleDetail status)
Action taken by userConstructors in com.oracle.bmc.cloudguard.model with parameters of type ProblemLifecycleDetail 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.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. -
Uses of ProblemLifecycleDetail in com.oracle.bmc.cloudguard.requests
Methods in com.oracle.bmc.cloudguard.requests that return ProblemLifecycleDetail Modifier and Type Method Description ProblemLifecycleDetail
ListProblemsRequest. getLifecycleDetail()
The field life cycle state.Methods in com.oracle.bmc.cloudguard.requests with parameters of type ProblemLifecycleDetail Modifier and Type Method Description ListProblemsRequest.Builder
ListProblemsRequest.Builder. lifecycleDetail(ProblemLifecycleDetail lifecycleDetail)
The field life cycle state.
-