ruạṛ
a N��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 )�DatabaseStorageAggregateMetricsz- The database storage metric values. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DatabaseStorageAggregateMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param storage_allocated: The value to assign to the storage_allocated property of this DatabaseStorageAggregateMetrics. :type storage_allocated: oci.database_management.models.MetricDataPoint :param storage_used: The value to assign to the storage_used property of this DatabaseStorageAggregateMetrics. :type storage_used: oci.database_management.models.MetricDataPoint :param storage_used_by_table_space: The value to assign to the storage_used_by_table_space property of this DatabaseStorageAggregateMetrics. :type storage_used_by_table_space: list[oci.database_management.models.MetricDataPoint] �MetricDataPointzlist[MetricDataPoint])�storage_allocated�storage_used�storage_used_by_table_space�storageAllocated�storageUsed�storageUsedByTableSpaceN)� swagger_types� attribute_map�_storage_allocated� _storage_used�_storage_used_by_table_space)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/database_storage_aggregate_metrics.py�__init__ s ��z(DatabaseStorageAggregateMetrics.__init__c C s | j S )z� Gets the storage_allocated of this DatabaseStorageAggregateMetrics. :return: The storage_allocated of this DatabaseStorageAggregateMetrics. :rtype: oci.database_management.models.MetricDataPoint �r �r r r r r 2 s z1DatabaseStorageAggregateMetrics.storage_allocatedc C s || _ dS )z� Sets the storage_allocated of this DatabaseStorageAggregateMetrics. :param storage_allocated: The storage_allocated of this DatabaseStorageAggregateMetrics. :type: oci.database_management.models.MetricDataPoint Nr )r r r r r r <