Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
EvaluatedMetric |
EvaluatedMetric.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<EvaluatedMetric> |
ProfileLevelSummary.getMetrics()
The metrics that will be evaluated by profiles using this profile level.
|
Modifier and Type | Method and Description |
---|---|
EvaluatedMetric.Builder |
EvaluatedMetric.Builder.copy(EvaluatedMetric model) |
Modifier and Type | Method and Description |
---|---|
ProfileLevelSummary.Builder |
ProfileLevelSummary.Builder.metrics(List<EvaluatedMetric> metrics)
The metrics that will be evaluated by profiles using this profile level.
|
Constructor and Description |
---|
ProfileLevelSummary(String name,
String recommendationName,
List<EvaluatedMetric> metrics,
Integer defaultInterval,
List<Integer> validIntervals,
Date timeCreated,
Date timeUpdated)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.