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 d d� Z dd� Zdd� ZdS )�TablespaceUsageTrendz Usage data samples c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new TablespaceUsageTrend object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param end_timestamp: The value to assign to the end_timestamp property of this TablespaceUsageTrend. :type end_timestamp: datetime :param usage: The value to assign to the usage property of this TablespaceUsageTrend. :type usage: float :param capacity: The value to assign to the capacity property of this TablespaceUsageTrend. :type capacity: float Zdatetime�float)� end_timestamp�usage�capacityZendTimestampr r N)Z swagger_typesZ attribute_map�_end_timestamp�_usage� _capacity)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/opsi/models/tablespace_usage_trend.py�__init__ s ��zTablespaceUsageTrend.__init__c C s | j S )a **[Required]** Gets the end_timestamp of this TablespaceUsageTrend. The timestamp in which the current sampling period ends in RFC 3339 format. :return: The end_timestamp of this TablespaceUsageTrend. :rtype: datetime �r �r r r r r 4 s z"TablespaceUsageTrend.end_timestampc C s || _ dS )a Sets the end_timestamp of this TablespaceUsageTrend. The timestamp in which the current sampling period ends in RFC 3339 format. :param end_timestamp: The end_timestamp of this TablespaceUsageTrend. :type: datetime Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the usage of this TablespaceUsageTrend. Total amount used of the resource metric type (CPU, STORAGE). :return: The usage of this TablespaceUsageTrend. :rtype: float �r r r r r r L s zTablespaceUsageTrend.usagec C s || _ dS )z� Sets the usage of this TablespaceUsageTrend. Total amount used of the resource metric type (CPU, STORAGE). :param usage: The usage of this TablespaceUsageTrend. :type: float Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the capacity of this TablespaceUsageTrend. The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. :return: The capacity of this TablespaceUsageTrend. :rtype: float �r r r r r r d s zTablespaceUsageTrend.capacityc C s || _ dS )a Sets the capacity of this TablespaceUsageTrend. The maximum allocated amount of the resource metric type (CPU, STORAGE) for a set of databases. :param capacity: The capacity of this TablespaceUsageTrend. :type: float Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zTablespaceUsageTrend.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zTablespaceUsageTrend.__eq__c C s | |k S r r r r r r �__ne__� s zTablespaceUsageTrend.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"