Uses of Class
com.oracle.bmc.opsi.model.SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern
-
Packages that use SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern Modifier and Type Method Description static SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern
SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern. create(String key)
SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern
SummarizeDatabaseInsightResourceForecastTrendAggregation. getPattern()
Time series patterns used in the forecasting.static SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern
SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern[]
SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.model with parameters of type SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern Modifier and Type Method Description SummarizeDatabaseInsightResourceForecastTrendAggregation.Builder
SummarizeDatabaseInsightResourceForecastTrendAggregation.Builder. pattern(SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern pattern)
Time series patterns used in the forecasting.Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeDatabaseInsightResourceForecastTrendAggregation.Pattern Constructor 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.
-