ruạṛ
a N��f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �CostEstimationz% Cost estimation description c K sZ dddddddd�| _ ddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CostEstimation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compute: The value to assign to the compute property of this CostEstimation. :type compute: oci.cloud_migrations.models.ComputeCostEstimation :param storage: The value to assign to the storage property of this CostEstimation. :type storage: oci.cloud_migrations.models.StorageCostEstimation :param os_image: The value to assign to the os_image property of this CostEstimation. :type os_image: oci.cloud_migrations.models.OsImageEstimation :param currency_code: The value to assign to the currency_code property of this CostEstimation. :type currency_code: str :param total_estimation_per_month: The value to assign to the total_estimation_per_month property of this CostEstimation. :type total_estimation_per_month: float :param total_estimation_per_month_by_subscription: The value to assign to the total_estimation_per_month_by_subscription property of this CostEstimation. :type total_estimation_per_month_by_subscription: float :param subscription_id: The value to assign to the subscription_id property of this CostEstimation. :type subscription_id: str �ComputeCostEstimation�StorageCostEstimation�OsImageEstimation�str�float)�compute�storage�os_image� currency_code�total_estimation_per_month�*total_estimation_per_month_by_subscription�subscription_idr r �osImage�currencyCode�totalEstimationPerMonth�%totalEstimationPerMonthBySubscription�subscriptionIdN) � swagger_types� attribute_map�_compute�_storage� _os_image�_currency_code�_total_estimation_per_month�+_total_estimation_per_month_by_subscription�_subscription_id)�self�kwargs� r# ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_migrations/models/cost_estimation.py�__init__ s. #�� zCostEstimation.__init__c C s | j S )z� **[Required]** Gets the compute of this CostEstimation. :return: The compute of this CostEstimation. :rtype: oci.cloud_migrations.models.ComputeCostEstimation �r �r! r# r# r$ r N s zCostEstimation.computec C s || _ dS )z� Sets the compute of this CostEstimation. :param compute: The compute of this CostEstimation. :type: oci.cloud_migrations.models.ComputeCostEstimation Nr&