ruạṛ
a ���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 ZComputeCostEstimationZStorageCostEstimationZOsImageEstimation�str�float)�compute�storage�os_image� currency_code�total_estimation_per_month�*total_estimation_per_month_by_subscription�subscription_idr r ZosImageZcurrencyCodeZtotalEstimationPerMonthZ%totalEstimationPerMonthBySubscriptionZsubscriptionIdN) Z swagger_typesZ attribute_map�_compute�_storage� _os_image�_currency_code�_total_estimation_per_month�+_total_estimation_per_month_by_subscription�_subscription_id)�self�kwargs� r �O/usr/lib/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 P 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 )r r r r r r Z s c C s | j S )z� **[Required]** Gets the storage of this CostEstimation. :return: The storage of this CostEstimation. :rtype: oci.cloud_migrations.models.StorageCostEstimation �r r r r r r d s zCostEstimation.storagec C s || _ dS )z� Sets the storage of this CostEstimation. :param storage: The storage of this CostEstimation. :type: oci.cloud_migrations.models.StorageCostEstimation Nr )r r r r r r n s c C s | j S )z� **[Required]** Gets the os_image of this CostEstimation. :return: The os_image of this CostEstimation. :rtype: oci.cloud_migrations.models.OsImageEstimation �r r r r r r x s zCostEstimation.os_imagec C s || _ dS )z� Sets the os_image of this CostEstimation. :param os_image: The os_image of this CostEstimation. :type: oci.cloud_migrations.models.OsImageEstimation Nr )r r r r r r � s c C s | j S )z� Gets the currency_code of this CostEstimation. Currency code in the ISO format. :return: The currency_code of this CostEstimation. :rtype: str �r r r r r r � s zCostEstimation.currency_codec C s || _ dS )z� Sets the currency_code of this CostEstimation. Currency code in the ISO format. :param currency_code: The currency_code of this CostEstimation. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the total_estimation_per_month of this CostEstimation. Total estimation per month :return: The total_estimation_per_month of this CostEstimation. :rtype: float �r r r r r r � s z)CostEstimation.total_estimation_per_monthc C s || _ dS )z� Sets the total_estimation_per_month of this CostEstimation. Total estimation per month :param total_estimation_per_month: The total_estimation_per_month of this CostEstimation. :type: float Nr! )r r r r r r � s c C s | j S )a Gets the total_estimation_per_month_by_subscription of this CostEstimation. Total estimation per month by subscription. :return: The total_estimation_per_month_by_subscription of this CostEstimation. :rtype: float �r r r r r r � s z9CostEstimation.total_estimation_per_month_by_subscriptionc C s || _ dS )a* Sets the total_estimation_per_month_by_subscription of this CostEstimation. Total estimation per month by subscription. :param total_estimation_per_month_by_subscription: The total_estimation_per_month_by_subscription of this CostEstimation. :type: float Nr"