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 )�StorageUsagez] This is the storage usage information of a tenancy in Logging Analytics application c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new StorageUsage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param active_data_size_in_bytes: The value to assign to the active_data_size_in_bytes property of this StorageUsage. :type active_data_size_in_bytes: int :param archived_data_size_in_bytes: The value to assign to the archived_data_size_in_bytes property of this StorageUsage. :type archived_data_size_in_bytes: int :param recalled_archived_data_size_in_bytes: The value to assign to the recalled_archived_data_size_in_bytes property of this StorageUsage. :type recalled_archived_data_size_in_bytes: int �int)�active_data_size_in_bytes�archived_data_size_in_bytes�$recalled_archived_data_size_in_bytesZactiveDataSizeInBytesZarchivedDataSizeInBytesZrecalledArchivedDataSizeInBytesN)Z swagger_typesZ attribute_map�_active_data_size_in_bytes�_archived_data_size_in_bytes�%_recalled_archived_data_size_in_bytes)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/log_analytics/models/storage_usage.py�__init__ s ��zStorageUsage.__init__c C s | j S )z� **[Required]** Gets the active_data_size_in_bytes of this StorageUsage. This is the number of bytes of active data (non-archived) :return: The active_data_size_in_bytes of this StorageUsage. :rtype: int �r �r r r r r 4 s z&StorageUsage.active_data_size_in_bytesc C s || _ dS )z� Sets the active_data_size_in_bytes of this StorageUsage. This is the number of bytes of active data (non-archived) :param active_data_size_in_bytes: The active_data_size_in_bytes of this StorageUsage. :type: int Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the archived_data_size_in_bytes of this StorageUsage. This is the number of bytes of archived data in object storage :return: The archived_data_size_in_bytes of this StorageUsage. :rtype: int �r r r r r r L s z(StorageUsage.archived_data_size_in_bytesc C s || _ dS )a Sets the archived_data_size_in_bytes of this StorageUsage. This is the number of bytes of archived data in object storage :param archived_data_size_in_bytes: The archived_data_size_in_bytes of this StorageUsage. :type: int Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the recalled_archived_data_size_in_bytes of this StorageUsage. This is the number of bytes of recalled data from archived in object store :return: The recalled_archived_data_size_in_bytes of this StorageUsage. :rtype: int �r r r r r r d s z1StorageUsage.recalled_archived_data_size_in_bytesc C s || _ dS )a1 Sets the recalled_archived_data_size_in_bytes of this StorageUsage. This is the number of bytes of recalled data from archived in object store :param recalled_archived_data_size_in_bytes: The recalled_archived_data_size_in_bytes of this StorageUsage. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zStorageUsage.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zStorageUsage.__eq__c C s | |k S r r r r r r �__ne__� s zStorageUsage.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"