Package | Description |
---|---|
com.oracle.bmc.opsi.model |
Modifier and Type | Method and Description |
---|---|
static SummarizeExadataInsightResourceForecastTrendAggregation.Pattern |
SummarizeExadataInsightResourceForecastTrendAggregation.Pattern.create(String key) |
SummarizeExadataInsightResourceForecastTrendAggregation.Pattern |
SummarizeExadataInsightResourceForecastTrendAggregation.getPattern()
Time series patterns used in the forecasting.
|
static SummarizeExadataInsightResourceForecastTrendAggregation.Pattern |
SummarizeExadataInsightResourceForecastTrendAggregation.Pattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SummarizeExadataInsightResourceForecastTrendAggregation.Pattern[] |
SummarizeExadataInsightResourceForecastTrendAggregation.Pattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SummarizeExadataInsightResourceForecastTrendAggregation.Builder |
SummarizeExadataInsightResourceForecastTrendAggregation.Builder.pattern(SummarizeExadataInsightResourceForecastTrendAggregation.Pattern pattern)
Time series patterns used in the forecasting.
|
Constructor and Description |
---|
SummarizeExadataInsightResourceForecastTrendAggregation(Date timeIntervalStart,
Date timeIntervalEnd,
SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceMetric exadataResourceMetric,
SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType exadataResourceType,
SummarizeExadataInsightResourceForecastTrendAggregation.UsageUnit usageUnit,
String selectedForecastAlgorithm,
SummarizeExadataInsightResourceForecastTrendAggregation.Pattern pattern,
Integer daysToReachCapacity,
List<HistoricalDataItem> historicalData,
List<ProjectedDataItem> projectedData)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.