Uses of Class
com.oracle.bmc.opsi.model.IoUsageTrendAggregation
-
Packages that use IoUsageTrendAggregation Package Description com.oracle.bmc.opsi.model -
-
Uses of IoUsageTrendAggregation in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return IoUsageTrendAggregation Modifier and Type Method Description IoUsageTrendAggregation
IoUsageTrendAggregation.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type IoUsageTrendAggregation Modifier and Type Method Description List<IoUsageTrendAggregation>
SummarizeHostInsightIoUsageTrendAggregationCollection. getItems()
Collection of Usage Data with time stamps for all IO interfaces.Methods in com.oracle.bmc.opsi.model with parameters of type IoUsageTrendAggregation Modifier and Type Method Description IoUsageTrendAggregation.Builder
IoUsageTrendAggregation.Builder. copy(IoUsageTrendAggregation model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type IoUsageTrendAggregation Modifier and Type Method Description SummarizeHostInsightIoUsageTrendAggregationCollection.Builder
SummarizeHostInsightIoUsageTrendAggregationCollection.Builder. items(List<IoUsageTrendAggregation> items)
Collection of Usage Data with time stamps for all IO interfaces.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type IoUsageTrendAggregation Constructor Description SummarizeHostInsightIoUsageTrendAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, Long itemDurationInMs, List<IoUsageTrendAggregation> items)
Deprecated.
-