Uses of Class
com.oracle.bmc.opsi.model.ExadataInsightResourceCapacityTrendAggregation
-
Packages that use ExadataInsightResourceCapacityTrendAggregation Package Description com.oracle.bmc.opsi.model -
-
Uses of ExadataInsightResourceCapacityTrendAggregation in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ExadataInsightResourceCapacityTrendAggregation Modifier and Type Method Description ExadataInsightResourceCapacityTrendAggregation
ExadataInsightResourceCapacityTrendAggregation.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type ExadataInsightResourceCapacityTrendAggregation Modifier and Type Method Description List<ExadataInsightResourceCapacityTrendAggregation>
ExadataInsightResourceCapacityTrendSummary. getCapacityData()
Time series data for capacityList<ExadataInsightResourceCapacityTrendAggregation>
SummarizeExadataInsightResourceCapacityTrendAggregation. getCapacityData()
Capacity Data with time intervalMethods in com.oracle.bmc.opsi.model with parameters of type ExadataInsightResourceCapacityTrendAggregation Modifier and Type Method Description ExadataInsightResourceCapacityTrendAggregation.Builder
ExadataInsightResourceCapacityTrendAggregation.Builder. copy(ExadataInsightResourceCapacityTrendAggregation model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type ExadataInsightResourceCapacityTrendAggregation Modifier and Type Method Description ExadataInsightResourceCapacityTrendSummary.Builder
ExadataInsightResourceCapacityTrendSummary.Builder. capacityData(List<ExadataInsightResourceCapacityTrendAggregation> capacityData)
Time series data for capacitySummarizeExadataInsightResourceCapacityTrendAggregation.Builder
SummarizeExadataInsightResourceCapacityTrendAggregation.Builder. capacityData(List<ExadataInsightResourceCapacityTrendAggregation> capacityData)
Capacity Data with time intervalConstructor parameters in com.oracle.bmc.opsi.model with type arguments of type ExadataInsightResourceCapacityTrendAggregation Constructor Description ExadataInsightResourceCapacityTrendSummary(String id, String name, List<ExadataInsightResourceCapacityTrendAggregation> capacityData)
Deprecated.SummarizeExadataInsightResourceCapacityTrendAggregation(Date timeIntervalStart, Date timeIntervalEnd, SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceMetric exadataResourceMetric, SummarizeExadataInsightResourceCapacityTrendAggregation.ExadataResourceType exadataResourceType, SummarizeExadataInsightResourceCapacityTrendAggregation.UsageUnit usageUnit, Long itemDurationInMs, List<ExadataInsightResourceCapacityTrendAggregation> capacityData)
Deprecated.
-