📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
opsi
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/opsi/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: enable_pe_comanaged_database_insight_details.cpython-39.pyc
a ���fG/ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�EnableDatabaseInsightDetails� )�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 edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�'EnablePeComanagedDatabaseInsightDetailsz8 The information about database to be analyzed. c K st dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new EnablePeComanagedDatabaseInsightDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.EnablePeComanagedDatabaseInsightDetails.entity_source` attribute of this class is ``PE_COMANAGED_DATABASE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_source: The value to assign to the entity_source property of this EnablePeComanagedDatabaseInsightDetails. Allowed values for this property are: "EM_MANAGED_EXTERNAL_DATABASE", "PE_COMANAGED_DATABASE", "MDS_MYSQL_DATABASE_SYSTEM" :type entity_source: str :param compartment_id: The value to assign to the compartment_id property of this EnablePeComanagedDatabaseInsightDetails. :type compartment_id: str :param opsi_private_endpoint_id: The value to assign to the opsi_private_endpoint_id property of this EnablePeComanagedDatabaseInsightDetails. :type opsi_private_endpoint_id: str :param service_name: The value to assign to the service_name property of this EnablePeComanagedDatabaseInsightDetails. :type service_name: str :param credential_details: The value to assign to the credential_details property of this EnablePeComanagedDatabaseInsightDetails. :type credential_details: oci.opsi.models.CredentialDetails :param connection_details: The value to assign to the connection_details property of this EnablePeComanagedDatabaseInsightDetails. :type connection_details: oci.opsi.models.PeComanagedDatabaseConnectionDetails :param freeform_tags: The value to assign to the freeform_tags property of this EnablePeComanagedDatabaseInsightDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this EnablePeComanagedDatabaseInsightDetails. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this EnablePeComanagedDatabaseInsightDetails. :type system_tags: dict(str, dict(str, object)) �strZCredentialDetailsZ$PeComanagedDatabaseConnectionDetailszdict(str, str)zdict(str, dict(str, object))) Z entity_source�compartment_id�opsi_private_endpoint_id�service_name�credential_details�connection_details� freeform_tags�defined_tags�system_tagsZentitySourceZ compartmentIdZopsiPrivateEndpointIdZserviceNameZcredentialDetailsZconnectionDetailsZfreeformTagsZdefinedTagsZ systemTagsNZPE_COMANAGED_DATABASE)Z swagger_typesZ attribute_mapZ_entity_source�_compartment_id�_opsi_private_endpoint_id� _service_name�_credential_details�_connection_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/opsi/models/enable_pe_comanaged_database_insight_details.py�__init__ s<