Uses of Class
com.oracle.bmc.opsi.model.SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric
-
Packages that use SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric Modifier and Type Method Description static SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric. create(String key)
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric
SummarizeDatabaseInsightResourceForecastTrendAggregation. getResourceMetric()
Defines the type of resource metric (example: CPU, STORAGE)static SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric[]
SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric. 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.ResourceMetric Modifier and Type Method Description SummarizeDatabaseInsightResourceForecastTrendAggregation.Builder
SummarizeDatabaseInsightResourceForecastTrendAggregation.Builder. resourceMetric(SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric resourceMetric)
Defines the type of resource metric (example: CPU, STORAGE)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeDatabaseInsightResourceForecastTrendAggregation.ResourceMetric 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.
-