Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
SupportedLevels |
SupportedLevels.Builder.build() |
SupportedLevels |
RecommendationSummary.getSupportedLevels() |
SupportedLevels |
Recommendation.getSupportedLevels() |
Modifier and Type | Method and Description |
---|---|
SupportedLevels.Builder |
SupportedLevels.Builder.copy(SupportedLevels model) |
RecommendationSummary.Builder |
RecommendationSummary.Builder.supportedLevels(SupportedLevels supportedLevels) |
Recommendation.Builder |
Recommendation.Builder.supportedLevels(SupportedLevels supportedLevels) |
Constructor and Description |
---|
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.