📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
opsi
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/opsi/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sql_search_summary.pyc
a O��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 � databaseId� compartmentId�databaseName�databaseDisplayName�databaseType�databaseVersionN) � swagger_types� attribute_map�_id�_database_id�_compartment_id�_database_name�_database_display_name�_database_type�_database_version)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 N 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 j 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 x 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&