Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
static Importance |
Importance.create(String key) |
Importance |
RecommendationCount.getImportance()
The level of importance assigned to the recommendation.
|
Importance |
RecommendationSummary.getImportance()
The level of importance assigned to the recommendation.
|
Importance |
Recommendation.getImportance()
The level of importance assigned to the recommendation.
|
static Importance |
Importance.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Importance[] |
Importance.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RecommendationCount.Builder |
RecommendationCount.Builder.importance(Importance importance)
The level of importance assigned to the recommendation.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.importance(Importance importance)
The level of importance assigned to the recommendation.
|
Recommendation.Builder |
Recommendation.Builder.importance(Importance importance)
The level of importance assigned to the recommendation.
|
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.
|
RecommendationCount(Importance importance,
Integer count)
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.