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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�!DbSystemStoragePerformanceSummaryzG Representation of storage performance summary per shapeType . �AMD�INTEL� INTEL_FLEX_X9c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aZ Initializes a new DbSystemStoragePerformanceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param shape_type: The value to assign to the shape_type property of this DbSystemStoragePerformanceSummary. Allowed values for this property are: "AMD", "INTEL", "INTEL_FLEX_X9", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type shape_type: str :param data_storage_performance_list: The value to assign to the data_storage_performance_list property of this DbSystemStoragePerformanceSummary. :type data_storage_performance_list: list[oci.database.models.StoragePerformanceDetails] :param reco_storage_performance_list: The value to assign to the reco_storage_performance_list property of this DbSystemStoragePerformanceSummary. :type reco_storage_performance_list: list[oci.database.models.StoragePerformanceDetails] �strzlist[StoragePerformanceDetails])� shape_type�data_storage_performance_list�reco_storage_performance_list� shapeType�dataStoragePerformanceList�recoStoragePerformanceListN)� swagger_types� attribute_map�_shape_type�_data_storage_performance_list�_reco_storage_performance_list)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/db_system_storage_performance_summary.py�__init__ s ��z*DbSystemStoragePerformanceSummary.__init__c C s | j S )a� **[Required]** Gets the shape_type of this DbSystemStoragePerformanceSummary. ShapeType of the DbSystems INTEL , AMD or INTEL_FLEX_X9 Allowed values for this property are: "AMD", "INTEL", "INTEL_FLEX_X9", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The shape_type of this DbSystemStoragePerformanceSummary. :rtype: str )r �r r r r r @ s z,DbSystemStoragePerformanceSummary.shape_typec C s g d�}t ||�sd}|| _dS )z� Sets the shape_type of this DbSystemStoragePerformanceSummary. ShapeType of the DbSystems INTEL , AMD or INTEL_FLEX_X9 :param shape_type: The shape_type of this DbSystemStoragePerformanceSummary. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r O s c C s | j S )aM **[Required]** Gets the data_storage_performance_list of this DbSystemStoragePerformanceSummary. List of storage performance for the DATA disks :return: The data_storage_performance_list of this DbSystemStoragePerformanceSummary. :rtype: list[oci.database.models.StoragePerformanceDetails] �r r r r r r ^ s z?DbSystemStoragePerformanceSummary.data_storage_performance_listc C s || _ dS )aZ Sets the data_storage_performance_list of this DbSystemStoragePerformanceSummary. List of storage performance for the DATA disks :param data_storage_performance_list: The data_storage_performance_list of this DbSystemStoragePerformanceSummary. :type: list[oci.database.models.StoragePerformanceDetails] Nr )r r r r r r j s c C s | j S )aM **[Required]** Gets the reco_storage_performance_list of this DbSystemStoragePerformanceSummary. List of storage performance for the RECO disks :return: The reco_storage_performance_list of this DbSystemStoragePerformanceSummary. :rtype: list[oci.database.models.StoragePerformanceDetails] �r r r r r r v s z?DbSystemStoragePerformanceSummary.reco_storage_performance_listc C s || _ dS )aZ Sets the reco_storage_performance_list of this DbSystemStoragePerformanceSummary. List of storage performance for the RECO disks :param reco_storage_performance_list: The reco_storage_performance_list of this DbSystemStoragePerformanceSummary. :type: list[oci.database.models.StoragePerformanceDetails] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z*DbSystemStoragePerformanceSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z(DbSystemStoragePerformanceSummary.__eq__c C s | |k S r r r# r r r �__ne__� s z(DbSystemStoragePerformanceSummary.__ne__N)�__name__� __module__�__qualname__�__doc__�SHAPE_TYPE_AMD�SHAPE_TYPE_INTEL�SHAPE_TYPE_INTEL_FLEX_X9r �propertyr �setterr r r! r% r&