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 )� ExadataDatabaseStatisticsSummaryz* Database details and statistics. c K s8 dddd�| _ dddd�| _d| _d| _d| _d | _dS ) ak Initializes a new ExadataDatabaseStatisticsSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.ExadataDatabaseStatisticsSummary.exadata_resource_type` attribute of this class is ``DATABASE`` 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 ExadataDatabaseStatisticsSummary. 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 ExadataDatabaseStatisticsSummary. :type resource_details: oci.opsi.models.DatabaseDetails :param current_statistics: The value to assign to the current_statistics property of this ExadataDatabaseStatisticsSummary. :type current_statistics: oci.opsi.models.ExadataInsightResourceStatistics �str�DatabaseDetails� ExadataInsightResourceStatistics)�exadata_resource_type�resource_details�current_statistics�exadataResourceType�resourceDetails�currentStatisticsN�DATABASE)� 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_database_statistics_summary.py�__init__ s ��z)ExadataDatabaseStatisticsSummary.__init__c C s | j S )z� **[Required]** Gets the resource_details of this ExadataDatabaseStatisticsSummary. :return: The resource_details of this ExadataDatabaseStatisticsSummary. :rtype: oci.opsi.models.DatabaseDetails �r �r r r r r 5 s z1ExadataDatabaseStatisticsSummary.resource_detailsc C s || _ dS )z� Sets the resource_details of this ExadataDatabaseStatisticsSummary. :param resource_details: The resource_details of this ExadataDatabaseStatisticsSummary. :type: oci.opsi.models.DatabaseDetails Nr )r r r r r r ? s c C s | j S )z� **[Required]** Gets the current_statistics of this ExadataDatabaseStatisticsSummary. :return: The current_statistics of this ExadataDatabaseStatisticsSummary. :rtype: oci.opsi.models.ExadataInsightResourceStatistics �r r r r r r I s z3ExadataDatabaseStatisticsSummary.current_statisticsc C s || _ dS )z� Sets the current_statistics of this ExadataDatabaseStatisticsSummary. :param current_statistics: The current_statistics of this ExadataDatabaseStatisticsSummary. :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)ExadataDatabaseStatisticsSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__` s z'ExadataDatabaseStatisticsSummary.__eq__c C s | |k S r r r# r r r �__ne__f s z'ExadataDatabaseStatisticsSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r! r% r&