Uses of Class
com.oracle.bmc.opsi.model.HostInsightResourceStatisticsAggregation
-
Packages that use HostInsightResourceStatisticsAggregation Package Description com.oracle.bmc.opsi.model -
-
Uses of HostInsightResourceStatisticsAggregation in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HostInsightResourceStatisticsAggregation Modifier and Type Method Description HostInsightResourceStatisticsAggregation
HostInsightResourceStatisticsAggregation.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type HostInsightResourceStatisticsAggregation Modifier and Type Method Description List<HostInsightResourceStatisticsAggregation>
SummarizeHostInsightResourceStatisticsAggregationCollection. getItems()
Collection of Resource Statistics itemsMethods in com.oracle.bmc.opsi.model with parameters of type HostInsightResourceStatisticsAggregation Modifier and Type Method Description HostInsightResourceStatisticsAggregation.Builder
HostInsightResourceStatisticsAggregation.Builder. copy(HostInsightResourceStatisticsAggregation model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type HostInsightResourceStatisticsAggregation Modifier and Type Method Description SummarizeHostInsightResourceStatisticsAggregationCollection.Builder
SummarizeHostInsightResourceStatisticsAggregationCollection.Builder. items(List<HostInsightResourceStatisticsAggregation> items)
Collection of Resource Statistics itemsConstructor parameters in com.oracle.bmc.opsi.model with type arguments of type HostInsightResourceStatisticsAggregation Constructor Description SummarizeHostInsightResourceStatisticsAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, Integer highUtilizationThreshold, Integer lowUtilizationThreshold, SummarizeHostInsightResourceStatisticsAggregationCollection.ResourceMetric resourceMetric, SummarizeHostInsightResourceStatisticsAggregationCollection.UsageUnit usageUnit, List<HostInsightResourceStatisticsAggregation> items)
Deprecated.
-