Package | Description |
---|---|
com.oracle.bmc.optimizer | |
com.oracle.bmc.optimizer.model | |
com.oracle.bmc.optimizer.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
EnrollmentStatusSummary.getLifecycleState()
The enrollment status’ current state.
|
LifecycleState |
RecommendationSummary.getLifecycleState()
The recommendation’s current state.
|
LifecycleState |
Profile.getLifecycleState()
The profile’s current state.
|
LifecycleState |
ResourceActionSummary.getLifecycleState()
The resource action’s current state.
|
LifecycleState |
EnrollmentStatus.getLifecycleState()
The enrollment status’ current state.
|
LifecycleState |
Recommendation.getLifecycleState()
The recommendation’s current state.
|
LifecycleState |
ProfileSummary.getLifecycleState()
The profile’s current state.
|
LifecycleState |
HistorySummary.getLifecycleState()
The recommendation history’s current state.
|
LifecycleState |
ResourceAction.getLifecycleState()
The resource action’s current state.
|
LifecycleState |
Category.getLifecycleState()
The category’s current state.
|
LifecycleState |
CategorySummary.getLifecycleState()
The category’s current state.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnrollmentStatusSummary.Builder |
EnrollmentStatusSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The enrollment status’ current state.
|
RecommendationSummary.Builder |
RecommendationSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The recommendation’s current state.
|
Profile.Builder |
Profile.Builder.lifecycleState(LifecycleState lifecycleState)
The profile’s current state.
|
ResourceActionSummary.Builder |
ResourceActionSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The resource action’s current state.
|
EnrollmentStatus.Builder |
EnrollmentStatus.Builder.lifecycleState(LifecycleState lifecycleState)
The enrollment status’ current state.
|
Recommendation.Builder |
Recommendation.Builder.lifecycleState(LifecycleState lifecycleState)
The recommendation’s current state.
|
ProfileSummary.Builder |
ProfileSummary.Builder.lifecycleState(LifecycleState lifecycleState)
The profile’s current state.
|
HistorySummary.Builder |
HistorySummary.Builder.lifecycleState(LifecycleState lifecycleState)
The recommendation history’s current state.
|
ResourceAction.Builder |
ResourceAction.Builder.lifecycleState(LifecycleState lifecycleState)
The resource action’s current state.
|
Category.Builder |
Category.Builder.lifecycleState(LifecycleState lifecycleState)
The category’s current state.
|
CategorySummary.Builder |
CategorySummary.Builder.lifecycleState(LifecycleState lifecycleState)
The category’s current state.
|
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.
|
EnrollmentStatus(String id,
String compartmentId,
LifecycleState lifecycleState,
OptimizerEnrollmentStatus status,
String statusReason,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
EnrollmentStatusSummary(String id,
String compartmentId,
LifecycleState lifecycleState,
OptimizerEnrollmentStatus status,
String statusReason,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
HistorySummary(String id,
String name,
String resourceType,
String categoryId,
String recommendationId,
String recommendationName,
String resourceId,
String resourceActionId,
Action action,
String compartmentId,
String compartmentName,
LifecycleState lifecycleState,
Double estimatedCostSaving,
Status status,
Map<String,String> metadata,
Map<String,Object> extendedMetadata,
Date timeCreated)
Deprecated.
|
Profile(String id,
String compartmentId,
String name,
String description,
Integer aggregationIntervalInDays,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
LevelsConfiguration levelsConfiguration,
TargetCompartments targetCompartments,
TargetTags targetTags,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
ProfileSummary(String id,
String compartmentId,
String name,
String description,
Integer aggregationIntervalInDays,
Map<String,Map<String,Object>> definedTags,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
LifecycleState lifecycleState,
LevelsConfiguration levelsConfiguration,
TargetCompartments targetCompartments,
TargetTags targetTags,
Date timeCreated,
Date timeUpdated)
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.
|
ResourceAction(String id,
String categoryId,
String recommendationId,
String resourceId,
String name,
String resourceType,
String compartmentId,
String compartmentName,
Action action,
LifecycleState lifecycleState,
Double estimatedCostSaving,
Status status,
Date timeStatusBegin,
Date timeStatusEnd,
Map<String,String> metadata,
Map<String,Object> extendedMetadata,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
ResourceActionSummary(String id,
String categoryId,
String recommendationId,
String resourceId,
String name,
String resourceType,
String compartmentId,
String compartmentName,
Action action,
LifecycleState lifecycleState,
Double estimatedCostSaving,
Status status,
Date timeStatusBegin,
Date timeStatusEnd,
Map<String,String> metadata,
Map<String,Object> extendedMetadata,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListProfilesRequest.getLifecycleState()
A filter that returns results that match the lifecycle state specified.
|
LifecycleState |
ListCategoriesRequest.getLifecycleState()
A filter that returns results that match the lifecycle state specified.
|
LifecycleState |
ListHistoriesRequest.getLifecycleState()
A filter that returns results that match the lifecycle state specified.
|
LifecycleState |
ListRecommendationsRequest.getLifecycleState()
A filter that returns results that match the lifecycle state specified.
|
LifecycleState |
ListEnrollmentStatusesRequest.getLifecycleState()
A filter that returns results that match the lifecycle state specified.
|
LifecycleState |
ListResourceActionsRequest.getLifecycleState()
A filter that returns results that match the lifecycle state specified.
|
Modifier and Type | Method and Description |
---|---|
ListProfilesRequest.Builder |
ListProfilesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter that returns results that match the lifecycle state specified.
|
ListCategoriesRequest.Builder |
ListCategoriesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter that returns results that match the lifecycle state specified.
|
ListHistoriesRequest.Builder |
ListHistoriesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter that returns results that match the lifecycle state specified.
|
ListRecommendationsRequest.Builder |
ListRecommendationsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter that returns results that match the lifecycle state specified.
|
ListEnrollmentStatusesRequest.Builder |
ListEnrollmentStatusesRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter that returns results that match the lifecycle state specified.
|
ListResourceActionsRequest.Builder |
ListResourceActionsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
A filter that returns results that match the lifecycle state specified.
|
Copyright © 2016–2024. All rights reserved.