Uses of Class
com.oracle.bmc.opsi.model.HostResourceCapacityTrendAggregation
-
Packages that use HostResourceCapacityTrendAggregation Package Description com.oracle.bmc.opsi.model -
-
Uses of HostResourceCapacityTrendAggregation in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HostResourceCapacityTrendAggregation Modifier and Type Method Description HostResourceCapacityTrendAggregation
HostResourceCapacityTrendAggregation.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type HostResourceCapacityTrendAggregation Modifier and Type Method Description List<HostResourceCapacityTrendAggregation>
SummarizeHostInsightResourceCapacityTrendAggregationCollection. getCapacityData()
Capacity Data with timestamp.Methods in com.oracle.bmc.opsi.model with parameters of type HostResourceCapacityTrendAggregation Modifier and Type Method Description HostResourceCapacityTrendAggregation.Builder
HostResourceCapacityTrendAggregation.Builder. copy(HostResourceCapacityTrendAggregation model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type HostResourceCapacityTrendAggregation Modifier and Type Method Description SummarizeHostInsightResourceCapacityTrendAggregationCollection.Builder
SummarizeHostInsightResourceCapacityTrendAggregationCollection.Builder. capacityData(List<HostResourceCapacityTrendAggregation> capacityData)
Capacity Data with timestamp.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type HostResourceCapacityTrendAggregation Constructor Description SummarizeHostInsightResourceCapacityTrendAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, Integer highUtilizationThreshold, Integer lowUtilizationThreshold, SummarizeHostInsightResourceCapacityTrendAggregationCollection.ResourceMetric resourceMetric, SummarizeHostInsightResourceCapacityTrendAggregationCollection.UsageUnit usageUnit, Long itemDurationInMs, List<HostResourceCapacityTrendAggregation> capacityData)
Deprecated.
-