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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �SqlSearchSummaryzH Database summary object resulting from a sql search operation. c K sZ dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new SqlSearchSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this SqlSearchSummary. :type id: str :param database_id: The value to assign to the database_id property of this SqlSearchSummary. :type database_id: str :param compartment_id: The value to assign to the compartment_id property of this SqlSearchSummary. :type compartment_id: str :param database_name: The value to assign to the database_name property of this SqlSearchSummary. :type database_name: str :param database_display_name: The value to assign to the database_display_name property of this SqlSearchSummary. :type database_display_name: str :param database_type: The value to assign to the database_type property of this SqlSearchSummary. :type database_type: str :param database_version: The value to assign to the database_version property of this SqlSearchSummary. :type database_version: str �str)�id�database_id�compartment_id� database_name�database_display_name� database_type�database_versionr Z databaseIdZ compartmentIdZdatabaseNameZdatabaseDisplayNameZdatabaseTypeZdatabaseVersionN) Z swagger_typesZ attribute_map�_id�_database_id�_compartment_id�_database_name�_database_display_name�_database_type�_database_version)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/opsi/models/sql_search_summary.py�__init__ s. #�� zSqlSearchSummary.__init__c C s | j S )a **[Required]** Gets the id of this SqlSearchSummary. The `OCID`__ of the database insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this SqlSearchSummary. :rtype: str �r �r r r r r P s zSqlSearchSummary.idc C s || _ dS )a Sets the id of this SqlSearchSummary. The `OCID`__ of the database insight resource. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this SqlSearchSummary. :type: str Nr )r r r r r r ^ s c C s | j S )a **[Required]** Gets the database_id of this SqlSearchSummary. The `OCID`__ of the database. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The database_id of this SqlSearchSummary. :rtype: str �r r r r r r l s zSqlSearchSummary.database_idc C s || _ dS )a Sets the database_id of this SqlSearchSummary. The `OCID`__ of the database. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param database_id: The database_id of this SqlSearchSummary. :type: str Nr )r r r r r r z s c C s | j S )a' **[Required]** Gets the compartment_id of this SqlSearchSummary. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this SqlSearchSummary. :rtype: str �r r r r r r � s zSqlSearchSummary.compartment_idc C s || _ dS )a% Sets the compartment_id of this SqlSearchSummary. The `OCID`__ of the compartment. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this SqlSearchSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the database_name of this SqlSearchSummary. The database name. The database name is unique within the tenancy. :return: The database_name of this SqlSearchSummary. :rtype: str �r r r r r r � s zSqlSearchSummary.database_namec C s || _ dS )z� Sets the database_name of this SqlSearchSummary. The database name. The database name is unique within the tenancy. :param database_name: The database_name of this SqlSearchSummary. :type: str Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the database_display_name of this SqlSearchSummary. The user-friendly name for the database. The name does not have to be unique. :return: The database_display_name of this SqlSearchSummary. :rtype: str �r r r r r r � s z&SqlSearchSummary.database_display_namec C s || _ dS )a Sets the database_display_name of this SqlSearchSummary. The user-friendly name for the database. The name does not have to be unique. :param database_display_name: The database_display_name of this SqlSearchSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the database_type of this SqlSearchSummary. Ops Insights internal representation of the database type. :return: The database_type of this SqlSearchSummary. :rtype: str �r r r r r r � s zSqlSearchSummary.database_typec C s || _ dS )z� Sets the database_type of this SqlSearchSummary. Ops Insights internal representation of the database type. :param database_type: The database_type of this SqlSearchSummary. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the database_version of this SqlSearchSummary. The version of the database. :return: The database_version of this SqlSearchSummary. :rtype: str �r r r r r r � s z!SqlSearchSummary.database_versionc C s || _ dS )z� Sets the database_version of this SqlSearchSummary. The version of the database. :param database_version: The database_version of this SqlSearchSummary. :type: str Nr"