Uses of Class
com.oracle.bmc.cloudmigrations.model.VolumeCostEstimation
-
Packages that use VolumeCostEstimation Package Description com.oracle.bmc.cloudmigrations.model -
-
Uses of VolumeCostEstimation in com.oracle.bmc.cloudmigrations.model
Methods in com.oracle.bmc.cloudmigrations.model that return VolumeCostEstimation Modifier and Type Method Description VolumeCostEstimation
VolumeCostEstimation.Builder. build()
Methods in com.oracle.bmc.cloudmigrations.model that return types with arguments of type VolumeCostEstimation Modifier and Type Method Description List<VolumeCostEstimation>
StorageCostEstimation. getVolumes()
Volume estimationMethods in com.oracle.bmc.cloudmigrations.model with parameters of type VolumeCostEstimation Modifier and Type Method Description VolumeCostEstimation.Builder
VolumeCostEstimation.Builder. copy(VolumeCostEstimation model)
Method parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type VolumeCostEstimation Modifier and Type Method Description StorageCostEstimation.Builder
StorageCostEstimation.Builder. volumes(List<VolumeCostEstimation> volumes)
Volume estimationConstructor parameters in com.oracle.bmc.cloudmigrations.model with type arguments of type VolumeCostEstimation Constructor Description StorageCostEstimation(List<VolumeCostEstimation> volumes, BigDecimal totalGbPerMonth, BigDecimal totalGbPerMonthBySubscription)
Deprecated.
-