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 )�StorageUsagez[ This is the storage usage information of a tenancy in Logan 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_bytes�activeDataSizeInBytes�archivedDataSizeInBytes�recalledArchivedDataSizeInBytesN)� swagger_types� attribute_map�_active_data_size_in_bytes�_archived_data_size_in_bytes�%_recalled_archived_data_size_in_bytes)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >