ruạṛ
a ���f1 � @ 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 @ sN 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 edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�ComputeCostEstimationz% Cost estimation for compute c K s� dddddddddddd�| _ ddddddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )ax Initializes a new ComputeCostEstimation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param ocpu_per_hour: The value to assign to the ocpu_per_hour property of this ComputeCostEstimation. :type ocpu_per_hour: float :param ocpu_per_hour_by_subscription: The value to assign to the ocpu_per_hour_by_subscription property of this ComputeCostEstimation. :type ocpu_per_hour_by_subscription: float :param memory_gb_per_hour: The value to assign to the memory_gb_per_hour property of this ComputeCostEstimation. :type memory_gb_per_hour: float :param memory_gb_per_hour_by_subscription: The value to assign to the memory_gb_per_hour_by_subscription property of this ComputeCostEstimation. :type memory_gb_per_hour_by_subscription: float :param gpu_per_hour: The value to assign to the gpu_per_hour property of this ComputeCostEstimation. :type gpu_per_hour: float :param gpu_per_hour_by_subscription: The value to assign to the gpu_per_hour_by_subscription property of this ComputeCostEstimation. :type gpu_per_hour_by_subscription: float :param total_per_hour: The value to assign to the total_per_hour property of this ComputeCostEstimation. :type total_per_hour: float :param total_per_hour_by_subscription: The value to assign to the total_per_hour_by_subscription property of this ComputeCostEstimation. :type total_per_hour_by_subscription: float :param ocpu_count: The value to assign to the ocpu_count property of this ComputeCostEstimation. :type ocpu_count: float :param memory_amount_gb: The value to assign to the memory_amount_gb property of this ComputeCostEstimation. :type memory_amount_gb: float :param gpu_count: The value to assign to the gpu_count property of this ComputeCostEstimation. :type gpu_count: float �float)� ocpu_per_hour�ocpu_per_hour_by_subscription�memory_gb_per_hour�"memory_gb_per_hour_by_subscription�gpu_per_hour�gpu_per_hour_by_subscription�total_per_hour�total_per_hour_by_subscription� ocpu_count�memory_amount_gb� gpu_countZocpuPerHourZocpuPerHourBySubscriptionZmemoryGbPerHourZmemoryGbPerHourBySubscriptionZ gpuPerHourZgpuPerHourBySubscriptionZtotalPerHourZtotalPerHourBySubscriptionZ ocpuCountZmemoryAmountGbZgpuCountN) Z swagger_typesZ attribute_map�_ocpu_per_hour�_ocpu_per_hour_by_subscription�_memory_gb_per_hour�#_memory_gb_per_hour_by_subscription� _gpu_per_hour�_gpu_per_hour_by_subscription�_total_per_hour�_total_per_hour_by_subscription�_ocpu_count�_memory_amount_gb� _gpu_count)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/cloud_migrations/models/compute_cost_estimation.py�__init__ sF 3��zComputeCostEstimation.__init__c C s | j S )z� **[Required]** Gets the ocpu_per_hour of this ComputeCostEstimation. OCPU per hour :return: The ocpu_per_hour of this ComputeCostEstimation. :rtype: float �r �r r r r! r l s z#ComputeCostEstimation.ocpu_per_hourc C s || _ dS )z� Sets the ocpu_per_hour of this ComputeCostEstimation. OCPU per hour :param ocpu_per_hour: The ocpu_per_hour of this ComputeCostEstimation. :type: float Nr# )r r r r r! r x s c C s | j S )z� Gets the ocpu_per_hour_by_subscription of this ComputeCostEstimation. OCPU per hour by subscription :return: The ocpu_per_hour_by_subscription of this ComputeCostEstimation. :rtype: float �r r$ r r r! r � s z3ComputeCostEstimation.ocpu_per_hour_by_subscriptionc C s || _ dS )a Sets the ocpu_per_hour_by_subscription of this ComputeCostEstimation. OCPU per hour by subscription :param ocpu_per_hour_by_subscription: The ocpu_per_hour_by_subscription of this ComputeCostEstimation. :type: float Nr% )r r r r r! r � s c C s | j S )z� **[Required]** Gets the memory_gb_per_hour of this ComputeCostEstimation. Gigabyte per hour :return: The memory_gb_per_hour of this ComputeCostEstimation. :rtype: float �r r$ r r r! r � s z(ComputeCostEstimation.memory_gb_per_hourc C s || _ dS )z� Sets the memory_gb_per_hour of this ComputeCostEstimation. Gigabyte per hour :param memory_gb_per_hour: The memory_gb_per_hour of this ComputeCostEstimation. :type: float Nr&