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