OsImageEstimation¶
- 
class oci.cloud_migrations.models.OsImageEstimation(**kwargs)¶
- Bases: - object- Cost estimation for the OS image. - Methods - __init__(**kwargs)- Initializes a new OsImageEstimation object with values from keyword arguments. - Attributes - total_per_hour- [Required] Gets the total_per_hour of this OsImageEstimation. - total_per_hour_by_subscription- Gets the total_per_hour_by_subscription of this OsImageEstimation. - 
__init__(**kwargs)¶
- Initializes a new OsImageEstimation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - total_per_hour (float) – The value to assign to the total_per_hour property of this OsImageEstimation.
- total_per_hour_by_subscription (float) – The value to assign to the total_per_hour_by_subscription property of this OsImageEstimation.
 
 - 
total_per_hour¶
- [Required] Gets the total_per_hour of this OsImageEstimation. Total price per hour - Returns: - The total_per_hour of this OsImageEstimation. - Return type: - float 
 - 
total_per_hour_by_subscription¶
- Gets the total_per_hour_by_subscription of this OsImageEstimation. Total price per hour by subscription - Returns: - The total_per_hour_by_subscription of this OsImageEstimation. - Return type: - float 
 
-