Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
ResourceCount |
ResourceCount.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResourceCount> |
RecommendationSummary.getResourceCounts()
An array of
ResourceCount objects grouped by the status of the resource actions. |
List<ResourceCount> |
Recommendation.getResourceCounts()
An array of
ResourceCount objects grouped by the status of the resource actions. |
List<ResourceCount> |
Category.getResourceCounts()
An array of
ResourceCount objects grouped by the status of the recommendation. |
List<ResourceCount> |
CategorySummary.getResourceCounts()
An array of
ResourceCount objects grouped by the status of each recommendation. |
Modifier and Type | Method and Description |
---|---|
ResourceCount.Builder |
ResourceCount.Builder.copy(ResourceCount model) |
Modifier and Type | Method and Description |
---|---|
RecommendationSummary.Builder |
RecommendationSummary.Builder.resourceCounts(List<ResourceCount> resourceCounts)
An array of
ResourceCount objects grouped by the status of the resource actions. |
Recommendation.Builder |
Recommendation.Builder.resourceCounts(List<ResourceCount> resourceCounts)
An array of
ResourceCount objects grouped by the status of the resource actions. |
Category.Builder |
Category.Builder.resourceCounts(List<ResourceCount> resourceCounts)
An array of
ResourceCount objects grouped by the status of the recommendation. |
CategorySummary.Builder |
CategorySummary.Builder.resourceCounts(List<ResourceCount> resourceCounts)
An array of
ResourceCount objects grouped by the status of 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.
|
Recommendation(String id,
String compartmentId,
String categoryId,
String name,
String description,
Importance importance,
List<ResourceCount> resourceCounts,
LifecycleState lifecycleState,
Double estimatedCostSaving,
Status status,
Date timeStatusBegin,
Date timeStatusEnd,
Date timeCreated,
Date timeUpdated,
SupportedLevels supportedLevels,
Map<String,String> extendedMetadata)
Deprecated.
|
RecommendationSummary(String id,
String compartmentId,
String categoryId,
String name,
String description,
Importance importance,
List<ResourceCount> resourceCounts,
LifecycleState lifecycleState,
Double estimatedCostSaving,
Status status,
Date timeStatusBegin,
Date timeStatusEnd,
Date timeCreated,
Date timeUpdated,
SupportedLevels supportedLevels,
Map<String,String> extendedMetadata)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.