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