ruạṛ
a O��f0 � @ 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 )�SqlInventoryz Inventory details. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new SqlInventory object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param total_sqls: The value to assign to the total_sqls property of this SqlInventory. :type total_sqls: int :param total_databases: The value to assign to the total_databases property of this SqlInventory. :type total_databases: int :param sqls_analyzed: The value to assign to the sqls_analyzed property of this SqlInventory. :type sqls_analyzed: int �int)� total_sqls�total_databases� sqls_analyzed� totalSqls�totalDatabases�sqlsAnalyzedN)� swagger_types� attribute_map�_total_sqls�_total_databases�_sqls_analyzed)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/sql_inventory.py�__init__ s ��zSqlInventory.__init__c C s | j S )z� **[Required]** Gets the total_sqls of this SqlInventory. Total number of sqls. Example `2000` :return: The total_sqls of this SqlInventory. :rtype: int �r �r r r r r 2 s zSqlInventory.total_sqlsc C s || _ dS )z� Sets the total_sqls of this SqlInventory. Total number of sqls. Example `2000` :param total_sqls: The total_sqls of this SqlInventory. :type: int Nr )r r r r r r >