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� �Zdd� Zdd� Z dd� ZdS )�ComputePerformanceSummaryzW Parameters detailing the compute performance for a specified DB system shape. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aM Initializes a new ComputePerformanceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cpu_core_count: The value to assign to the cpu_core_count property of this ComputePerformanceSummary. :type cpu_core_count: int :param memory_in_gbs: The value to assign to the memory_in_gbs property of this ComputePerformanceSummary. :type memory_in_gbs: float :param network_bandwidth_in_gbps: The value to assign to the network_bandwidth_in_gbps property of this ComputePerformanceSummary. :type network_bandwidth_in_gbps: float :param network_iops: The value to assign to the network_iops property of this ComputePerformanceSummary. :type network_iops: float :param network_throughput_in_mbps: The value to assign to the network_throughput_in_mbps property of this ComputePerformanceSummary. :type network_throughput_in_mbps: float �int�float)�cpu_core_count� memory_in_gbs�network_bandwidth_in_gbps�network_iops�network_throughput_in_mbpsZcpuCoreCountZmemoryInGBsZnetworkBandwidthInGbpsZnetworkIopsZnetworkThroughputInMbpsN)Z swagger_typesZ attribute_map�_cpu_core_count�_memory_in_gbs�_network_bandwidth_in_gbps� _network_iops�_network_throughput_in_mbps)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/database/models/compute_performance_summary.py�__init__ s"