ruạṛ
a N��fG � @ 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 )�DbIormConfigz; The IORM configuration settings for the database. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )af Initializes a new DbIormConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param db_name: The value to assign to the db_name property of this DbIormConfig. :type db_name: str :param share: The value to assign to the share property of this DbIormConfig. :type share: int :param flash_cache_limit: The value to assign to the flash_cache_limit property of this DbIormConfig. :type flash_cache_limit: str �str�int)�db_name�share�flash_cache_limit�dbNamer �flashCacheLimitN)� swagger_types� attribute_map�_db_name�_share�_flash_cache_limit)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database/models/db_iorm_config.py�__init__ s ��zDbIormConfig.__init__c C s | j S )z� Gets the db_name of this DbIormConfig. The database name. For the default `DbPlan`, the `dbName` is `default`. :return: The db_name of this DbIormConfig. :rtype: str �r �r r r r r 2 s zDbIormConfig.db_namec C s || _ dS )z� Sets the db_name of this DbIormConfig. The database name. For the default `DbPlan`, the `dbName` is `default`. :param db_name: The db_name of this DbIormConfig. :type: str Nr )r r r r r r >