Uses of Class
com.oracle.bmc.opsi.model.ExadataInsightResourceForecastTrendSummary
-
Packages that use ExadataInsightResourceForecastTrendSummary Package Description com.oracle.bmc.opsi.model -
-
Uses of ExadataInsightResourceForecastTrendSummary in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ExadataInsightResourceForecastTrendSummary Modifier and Type Method Description ExadataInsightResourceForecastTrendSummary
ExadataInsightResourceForecastTrendSummary.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type ExadataInsightResourceForecastTrendSummary Modifier and Type Method Description List<ExadataInsightResourceForecastTrendSummary>
SummarizeExadataInsightResourceForecastTrendCollection. getItems()
Collection of id, name , daysToReach Capacity, historical usage and projected usage forecast.Methods in com.oracle.bmc.opsi.model with parameters of type ExadataInsightResourceForecastTrendSummary Modifier and Type Method Description ExadataInsightResourceForecastTrendSummary.Builder
ExadataInsightResourceForecastTrendSummary.Builder. copy(ExadataInsightResourceForecastTrendSummary model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type ExadataInsightResourceForecastTrendSummary Modifier and Type Method Description SummarizeExadataInsightResourceForecastTrendCollection.Builder
SummarizeExadataInsightResourceForecastTrendCollection.Builder. items(List<ExadataInsightResourceForecastTrendSummary> items)
Collection of id, name , daysToReach Capacity, historical usage and projected usage forecast.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type ExadataInsightResourceForecastTrendSummary Constructor Description SummarizeExadataInsightResourceForecastTrendCollection(String exadataInsightId, SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceType exadataResourceType, SummarizeExadataInsightResourceForecastTrendCollection.ExadataResourceMetric exadataResourceMetric, Date timeIntervalStart, Date timeIntervalEnd, SummarizeExadataInsightResourceForecastTrendCollection.UsageUnit usageUnit, List<ExadataInsightResourceForecastTrendSummary> items)
Deprecated.
-