Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
RecommendationCount |
RecommendationCount.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<RecommendationCount> |
Category.getRecommendationCounts()
An array of
RecommendationCount objects grouped by the level of importance assigned
to the recommendation. |
List<RecommendationCount> |
CategorySummary.getRecommendationCounts()
An array of
RecommendationCount objects grouped by the level of importance assigned
to each recommendation. |
Modifier and Type | Method and Description |
---|---|
RecommendationCount.Builder |
RecommendationCount.Builder.copy(RecommendationCount model) |
Modifier and Type | Method and Description |
---|---|
Category.Builder |
Category.Builder.recommendationCounts(List<RecommendationCount> recommendationCounts)
An array of
RecommendationCount objects grouped by the level of importance
assigned to the recommendation. |
CategorySummary.Builder |
CategorySummary.Builder.recommendationCounts(List<RecommendationCount> recommendationCounts)
An array of
RecommendationCount objects grouped by the level of importance
assigned to each recommendation. |
Constructor and Description |
---|
Category(String id,
String compartmentId,
String compartmentName,
String name,
String description,
List<RecommendationCount> recommendationCounts,
List<ResourceCount> resourceCounts,
LifecycleState lifecycleState,
Double estimatedCostSaving,
Date timeCreated,
Date timeUpdated,
Map<String,String> extendedMetadata)
Deprecated.
|
CategorySummary(String id,
String compartmentId,
String compartmentName,
String name,
String description,
List<RecommendationCount> recommendationCounts,
List<ResourceCount> resourceCounts,
LifecycleState lifecycleState,
Double estimatedCostSaving,
Date timeCreated,
Date timeUpdated,
Map<String,String> extendedMetadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.