Uses of Class
com.oracle.bmc.cloudmigrations.model.StorageCostEstimation
-
Packages that use StorageCostEstimation Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of StorageCostEstimation in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return StorageCostEstimation Modifier and Type Method Description StorageCostEstimation
StorageCostEstimation.Builder. build()
StorageCostEstimation
CostEstimation. getStorage()
Methods in com.oracle.bmc.cloudmigrations.model with parameters of type StorageCostEstimation Modifier and Type Method Description StorageCostEstimation.Builder
StorageCostEstimation.Builder. copy(StorageCostEstimation model)
CostEstimation.Builder
CostEstimation.Builder. storage(StorageCostEstimation storage)
Constructors in com.oracle.bmc.cloudmigrations.model with parameters of type StorageCostEstimation Constructor Description CostEstimation(ComputeCostEstimation compute, StorageCostEstimation storage, OsImageEstimation osImage, String currencyCode, BigDecimal totalEstimationPerMonth, BigDecimal totalEstimationPerMonthBySubscription, String subscriptionId)
Deprecated.
-