Uses of Class
com.oracle.bmc.opsi.model.SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType
-
Packages that use SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType Package Description com.oracle.bmc.opsi.model -
-
Uses of SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType Modifier and Type Method Description static SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceTypeSummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType. create(String key)SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceTypeSummarizeExadataInsightResourceForecastTrendAggregation. getExadataResourceType()Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)static SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceTypeSummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType[]SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType. 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.ExadataResourceType Modifier and Type Method Description SummarizeExadataInsightResourceForecastTrendAggregation.BuilderSummarizeExadataInsightResourceForecastTrendAggregation.Builder. exadataResourceType(SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType exadataResourceType)Defines the resource type for an exadata (example: DATABASE, STORAGE_SERVER, HOST, DISKGROUP)Constructors in com.oracle.bmc.opsi.model with parameters of type SummarizeExadataInsightResourceForecastTrendAggregation.ExadataResourceType 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.
-