Package | Description |
---|---|
com.oracle.bmc.cloudguard.model | |
com.oracle.bmc.cloudguard.requests |
Modifier and Type | Method and Description |
---|---|
static RecommendationLifecycleDetail |
RecommendationLifecycleDetail.create(String key) |
RecommendationLifecycleDetail |
RecommendationSummary.getLifecycleDetail()
Additional details on the substate of the lifecycle state
|
static RecommendationLifecycleDetail |
RecommendationLifecycleDetail.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecommendationLifecycleDetail[] |
RecommendationLifecycleDetail.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RecommendationSummary.Builder |
RecommendationSummary.Builder.lifecycleDetail(RecommendationLifecycleDetail lifecycleDetail)
Additional details on the substate of the lifecycle state
|
Constructor and Description |
---|
RecommendationSummary(String id,
RecommendationType type,
String tenantId,
String compartmentId,
String targetId,
Map<String,String> details,
RiskLevel riskLevel,
Long problemCount,
LifecycleState lifecycleState,
RecommendationLifecycleDetail lifecycleDetail,
Date timeCreated,
Date timeUpdated,
String name,
String description)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RecommendationLifecycleDetail |
ListRecommendationsRequest.getLifecycleDetail()
The field lifecycle state.
|
Modifier and Type | Method and Description |
---|---|
ListRecommendationsRequest.Builder |
ListRecommendationsRequest.Builder.lifecycleDetail(RecommendationLifecycleDetail lifecycleDetail)
The field lifecycle state.
|
Copyright © 2016–2024. All rights reserved.