Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric |
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric.create(String key) |
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric |
SummarizeDatabaseInsightResourceForecastTrendAggregation.getResourceMetric()
Defines the type of resource metric (example: CPU, STORAGE)
|
static SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric |
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric[] |
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeDatabaseInsightResourceForecastTrendAggregation.Builder |
SummarizeDatabaseInsightResourceForecastTrendAggregation.Builder.resourceMetric(SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric resourceMetric)
Defines the type of resource metric (example: CPU, STORAGE)
|
Constructor and Description |
---|
SummarizeDatabaseInsightResourceForecastTrendAggregation(Date timeIntervalStart,
Date timeIntervalEnd,
Integer highUtilizationThreshold,
Integer lowUtilizationThreshold,
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric resourceMetric,
SummarizeDatabaseInsightResourceForecastTrendAggregation.UsageUnit usageUnit,
String selectedForecastAlgorithm,
SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern pattern,
String tablespaceName,
List<HistoricalDataItem> historicalData,
List<ProjectedDataItem> projectedData)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.