Uses of Class
com.oracle.bmc.opsi.model.ExadataInsightResourceForecastTrendSummary.Pattern
-
Packages that use ExadataInsightResourceForecastTrendSummary.Pattern Package Description com.oracle.bmc.opsi.model -
-
Uses of ExadataInsightResourceForecastTrendSummary.Pattern in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ExadataInsightResourceForecastTrendSummary.Pattern Modifier and Type Method 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.Methods in com.oracle.bmc.opsi.model with parameters of type ExadataInsightResourceForecastTrendSummary.Pattern Modifier and Type Method Description ExadataInsightResourceForecastTrendSummary.Builder
ExadataInsightResourceForecastTrendSummary.Builder. pattern(ExadataInsightResourceForecastTrendSummary.Pattern pattern)
Time series patterns used in the forecasting.Constructors in com.oracle.bmc.opsi.model with parameters of type ExadataInsightResourceForecastTrendSummary.Pattern Constructor Description ExadataInsightResourceForecastTrendSummary(String id, String name, Integer daysToReachCapacity, String selectedForecastAlgorithm, ExadataInsightResourceForecastTrendSummary.Pattern pattern, List<HistoricalDataItem> historicalData, List<ProjectedDataItem> projectedData)
Deprecated.
-