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