Uses of Class
com.oracle.bmc.opsi.model.SummarizeExadataInsightResourceForecastTrendAggregation.Pattern
-
Packages that use SummarizeExadataInsightResourceForecastTrendAggregation.Pattern Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeExadataInsightResourceForecastTrendAggregation.Pattern in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeExadataInsightResourceForecastTrendAggregation.Pattern Modifier and Type Method 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.Methods in com.oracle.bmc.opsi.model with parameters of type SummarizeExadataInsightResourceForecastTrendAggregation.Pattern Modifier and Type Method Description SummarizeExadataInsightResourceForecastTrendAggregation.Builder
SummarizeExadataInsightResourceForecastTrendAggregation.Builder. pattern(SummarizeExadataInsightResourceForecastTrendAggregation.Pattern pattern)
Time series patterns used in the forecasting.Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeExadataInsightResourceForecastTrendAggregation.Pattern Constructor 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.
-