ruạṛ
a O��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�+ExadataInsightResourceStatisticsAggregation� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�%ExadataStorageServerStatisticsSummaryz0 Storage server details and statistics. c K s8 dddd�| _ dddd�| _d| _d| _d| _d | _dS ) a� Initializes a new ExadataStorageServerStatisticsSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.ExadataStorageServerStatisticsSummary.exadata_resource_type` attribute of this class is ``STORAGE_SERVER`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param exadata_resource_type: The value to assign to the exadata_resource_type property of this ExadataStorageServerStatisticsSummary. Allowed values for this property are: "DATABASE", "HOST", "STORAGE_SERVER", "DISKGROUP" :type exadata_resource_type: str :param resource_details: The value to assign to the resource_details property of this ExadataStorageServerStatisticsSummary. :type resource_details: oci.opsi.models.StorageServerDetails :param current_statistics: The value to assign to the current_statistics property of this ExadataStorageServerStatisticsSummary. :type current_statistics: oci.opsi.models.ExadataInsightResourceStatistics �str�StorageServerDetails� ExadataInsightResourceStatistics)�exadata_resource_type�resource_details�current_statistics�exadataResourceType�resourceDetails�currentStatisticsN�STORAGE_SERVER)� swagger_types� attribute_map�_exadata_resource_type�_resource_details�_current_statistics)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/exadata_storage_server_statistics_summary.py�__init__ s ��z.ExadataStorageServerStatisticsSummary.__init__c C s | j S )z� **[Required]** Gets the resource_details of this ExadataStorageServerStatisticsSummary. :return: The resource_details of this ExadataStorageServerStatisticsSummary. :rtype: oci.opsi.models.StorageServerDetails �r �r r r r r 5 s z6ExadataStorageServerStatisticsSummary.resource_detailsc C s || _ dS )z� Sets the resource_details of this ExadataStorageServerStatisticsSummary. :param resource_details: The resource_details of this ExadataStorageServerStatisticsSummary. :type: oci.opsi.models.StorageServerDetails Nr )r r r r r r ? s c C s | j S )a **[Required]** Gets the current_statistics of this ExadataStorageServerStatisticsSummary. :return: The current_statistics of this ExadataStorageServerStatisticsSummary. :rtype: oci.opsi.models.ExadataInsightResourceStatistics �r r r r r r I s z8ExadataStorageServerStatisticsSummary.current_statisticsc C s || _ dS )a Sets the current_statistics of this ExadataStorageServerStatisticsSummary. :param current_statistics: The current_statistics of this ExadataStorageServerStatisticsSummary. :type: oci.opsi.models.ExadataInsightResourceStatistics Nr )r r r r r r S s c C s t | �S �N)r r r r r �__repr__] s z.ExadataStorageServerStatisticsSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__` s z,ExadataStorageServerStatisticsSummary.__eq__c C s | |k S r r r# r r r �__ne__f s z,ExadataStorageServerStatisticsSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r% r&