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