ruạṛ
a ���fC � @ 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 d d� Z dd� Zdd� ZdS )�TablespaceUsageTrendAggregationz< Usage data per tablespace for a Pluggable database c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new TablespaceUsageTrendAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param tablespace_name: The value to assign to the tablespace_name property of this TablespaceUsageTrendAggregation. :type tablespace_name: str :param tablespace_type: The value to assign to the tablespace_type property of this TablespaceUsageTrendAggregation. :type tablespace_type: str :param usage_data: The value to assign to the usage_data property of this TablespaceUsageTrendAggregation. :type usage_data: list[oci.opsi.models.TablespaceUsageTrend] �strzlist[TablespaceUsageTrend])�tablespace_name�tablespace_type� usage_dataZtablespaceNameZtablespaceTypeZ usageDataN)Z swagger_typesZ attribute_map�_tablespace_name�_tablespace_type�_usage_data)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/opsi/models/tablespace_usage_trend_aggregation.py�__init__ s ��z(TablespaceUsageTrendAggregation.__init__c C s | j S )z� **[Required]** Gets the tablespace_name of this TablespaceUsageTrendAggregation. The name of tablespace. :return: The tablespace_name of this TablespaceUsageTrendAggregation. :rtype: str �r �r r r r r 4 s z/TablespaceUsageTrendAggregation.tablespace_namec C s || _ dS )z� Sets the tablespace_name of this TablespaceUsageTrendAggregation. The name of tablespace. :param tablespace_name: The tablespace_name of this TablespaceUsageTrendAggregation. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the tablespace_type of this TablespaceUsageTrendAggregation. Type of tablespace :return: The tablespace_type of this TablespaceUsageTrendAggregation. :rtype: str �r r r r r r L s z/TablespaceUsageTrendAggregation.tablespace_typec C s || _ dS )z� Sets the tablespace_type of this TablespaceUsageTrendAggregation. Type of tablespace :param tablespace_type: The tablespace_type of this TablespaceUsageTrendAggregation. :type: str Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the usage_data of this TablespaceUsageTrendAggregation. List of usage data samples for a tablespace :return: The usage_data of this TablespaceUsageTrendAggregation. :rtype: list[oci.opsi.models.TablespaceUsageTrend] �r r r r r r d s z*TablespaceUsageTrendAggregation.usage_datac C s || _ dS )a Sets the usage_data of this TablespaceUsageTrendAggregation. List of usage data samples for a tablespace :param usage_data: The usage_data of this TablespaceUsageTrendAggregation. :type: list[oci.opsi.models.TablespaceUsageTrend] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z(TablespaceUsageTrendAggregation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z&TablespaceUsageTrendAggregation.__eq__c C s | |k S r r r r r r �__ne__� s z&TablespaceUsageTrendAggregation.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"