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