ruạṛ
a O��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 �datetime�float)� end_timestamp�usage�capacity�endTimestampr r N)� swagger_types� attribute_map�_end_timestamp�_usage� _capacity)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >