📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_pe_comanaged_database_insight_details.cpython-39.pyc
a ���f[; � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDatabaseInsightDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s& e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�'CreatePeComanagedDatabaseInsightDetailsz� The information about database to be analyzed. Either an opsiPrivateEndpointId or dbmPrivateEndpointId must be specified. If the dbmPrivateEndpointId is specified, a new Operations Insights private endpoint will be created. �VIRTUAL_MACHINE� BARE_METAL�EXACSc K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )ai Initializes a new CreatePeComanagedDatabaseInsightDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.opsi.models.CreatePeComanagedDatabaseInsightDetails.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 CreatePeComanagedDatabaseInsightDetails. 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 CreatePeComanagedDatabaseInsightDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreatePeComanagedDatabaseInsightDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreatePeComanagedDatabaseInsightDetails. :type defined_tags: dict(str, dict(str, object)) :param database_id: The value to assign to the database_id property of this CreatePeComanagedDatabaseInsightDetails. :type database_id: str :param database_resource_type: The value to assign to the database_resource_type property of this CreatePeComanagedDatabaseInsightDetails. :type database_resource_type: str :param opsi_private_endpoint_id: The value to assign to the opsi_private_endpoint_id property of this CreatePeComanagedDatabaseInsightDetails. :type opsi_private_endpoint_id: str :param dbm_private_endpoint_id: The value to assign to the dbm_private_endpoint_id property of this CreatePeComanagedDatabaseInsightDetails. :type dbm_private_endpoint_id: str :param service_name: The value to assign to the service_name property of this CreatePeComanagedDatabaseInsightDetails. :type service_name: str :param credential_details: The value to assign to the credential_details property of this CreatePeComanagedDatabaseInsightDetails. :type credential_details: oci.opsi.models.CredentialDetails :param connection_details: The value to assign to the connection_details property of this CreatePeComanagedDatabaseInsightDetails. :type connection_details: oci.opsi.models.PeComanagedDatabaseConnectionDetails :param deployment_type: The value to assign to the deployment_type property of this CreatePeComanagedDatabaseInsightDetails. Allowed values for this property are: "VIRTUAL_MACHINE", "BARE_METAL", "EXACS" :type deployment_type: str :param system_tags: The value to assign to the system_tags property of this CreatePeComanagedDatabaseInsightDetails. :type system_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object))ZCredentialDetailsZ$PeComanagedDatabaseConnectionDetails) Z entity_sourceZcompartment_idZ freeform_tagsZdefined_tags�database_id�database_resource_type�opsi_private_endpoint_id�dbm_private_endpoint_id�service_name�credential_details�connection_details�deployment_type�system_tagsZentitySourceZ compartmentIdZfreeformTagsZdefinedTagsZ databaseIdZdatabaseResourceTypeZopsiPrivateEndpointIdZdbmPrivateEndpointIdZserviceNameZcredentialDetailsZconnectionDetailsZdeploymentTypeZ systemTagsNZPE_COMANAGED_DATABASE)Z swagger_typesZ attribute_mapZ_entity_sourceZ_compartment_idZ_freeform_tagsZ _defined_tags�_database_id�_database_resource_type�_opsi_private_endpoint_id�_dbm_private_endpoint_id� _service_name�_credential_details�_connection_details�_deployment_type�_system_tags)�self�kwargs� r! �`/usr/lib/python3.9/site-packages/oci/opsi/models/create_pe_comanaged_database_insight_details.py�__init__ sT >��z0CreatePeComanagedDatabaseInsightDetails.__init__c C s | j S )aL **[Required]** Gets the database_id of this CreatePeComanagedDatabaseInsightDetails. The `OCID`__ of the database. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The database_id of this CreatePeComanagedDatabaseInsightDetails. :rtype: str �r �r r! r! r"