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 )�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_limitZdbNamer ZflashCacheLimitN)Z swagger_typesZ attribute_map�_db_name�_share�_flash_cache_limit)�self�kwargs� r �F/usr/lib/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 4 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 @ s c C s | j S )z� Gets the share of this DbIormConfig. The relative priority of this database. :return: The share of this DbIormConfig. :rtype: int �r r r r r r L s zDbIormConfig.sharec C s || _ dS )z� Sets the share of this DbIormConfig. The relative priority of this database. :param share: The share of this DbIormConfig. :type: int Nr )r r r r r r X s c C s | j S )a Gets the flash_cache_limit of this DbIormConfig. The flash cache limit for this database. This value is internally configured based on the share value assigned to the database. :return: The flash_cache_limit of this DbIormConfig. :rtype: str �r r r r r r d s zDbIormConfig.flash_cache_limitc C s || _ dS )a- Sets the flash_cache_limit of this DbIormConfig. The flash cache limit for this database. This value is internally configured based on the share value assigned to the database. :param flash_cache_limit: The flash_cache_limit of this DbIormConfig. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zDbIormConfig.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zDbIormConfig.__eq__c C s | |k S r r r r r r �__ne__� s zDbIormConfig.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"