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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�DataStoragez# Data Storage information. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a| Initializes a new DataStorage object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param allocated_storage_size_in_gbs: The value to assign to the allocated_storage_size_in_gbs property of this DataStorage. :type allocated_storage_size_in_gbs: int :param data_storage_size_in_gbs: The value to assign to the data_storage_size_in_gbs property of this DataStorage. :type data_storage_size_in_gbs: int :param data_storage_size_limit_in_gbs: The value to assign to the data_storage_size_limit_in_gbs property of this DataStorage. :type data_storage_size_limit_in_gbs: int :param is_auto_expand_storage_enabled: The value to assign to the is_auto_expand_storage_enabled property of this DataStorage. :type is_auto_expand_storage_enabled: bool :param max_storage_size_in_gbs: The value to assign to the max_storage_size_in_gbs property of this DataStorage. :type max_storage_size_in_gbs: int �int�bool)�allocated_storage_size_in_gbs�data_storage_size_in_gbs�data_storage_size_limit_in_gbs�is_auto_expand_storage_enabled�max_storage_size_in_gbsZallocatedStorageSizeInGBsZdataStorageSizeInGBsZdataStorageSizeLimitInGBsZisAutoExpandStorageEnabledZmaxStorageSizeInGBsN)Z swagger_typesZ attribute_map�_allocated_storage_size_in_gbs�_data_storage_size_in_gbs�_data_storage_size_limit_in_gbs�_is_auto_expand_storage_enabled�_max_storage_size_in_gbs)�self�kwargs� r �A/usr/lib/python3.9/site-packages/oci/mysql/models/data_storage.py�__init__ s"