Uses of Class
com.oracle.bmc.opsi.model.StorageUsageTrend
-
Packages that use StorageUsageTrend Package Description com.oracle.bmc.opsi.model -
-
Uses of StorageUsageTrend in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return StorageUsageTrend Modifier and Type Method Description StorageUsageTrend
StorageUsageTrend.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type StorageUsageTrend Modifier and Type Method Description List<StorageUsageTrend>
StorageUsageTrendAggregation. getUsageData()
List of usage data samples for a filesystem.Methods in com.oracle.bmc.opsi.model with parameters of type StorageUsageTrend Modifier and Type Method Description StorageUsageTrend.Builder
StorageUsageTrend.Builder. copy(StorageUsageTrend model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type StorageUsageTrend Modifier and Type Method Description StorageUsageTrendAggregation.Builder
StorageUsageTrendAggregation.Builder. usageData(List<StorageUsageTrend> usageData)
List of usage data samples for a filesystem.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type StorageUsageTrend Constructor Description StorageUsageTrendAggregation(String fileSystemName, String mountPoint, Double fileSystemSizeInGBs, List<StorageUsageTrend> usageData)
Deprecated.
-