📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: enable_pe_comanaged_database_insight_details.pyc
a O��f$* � @ 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 dd� Zdd� Zdd� ZdS ) �'EnablePeComanagedDatabaseInsightDetailsz8 The information about database to be analyzed. c K sj ddddddddd�| _ dddd d 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" :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 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)) �str�CredentialDetailszdict(str, str)zdict(str, dict(str, object)))� entity_source�compartment_id�opsi_private_endpoint_id�service_name�credential_details� freeform_tags�defined_tags�system_tags�entitySource� compartmentId�opsiPrivateEndpointId�serviceName�credentialDetails�freeformTags�definedTags� systemTagsN�PE_COMANAGED_DATABASE) � swagger_types� attribute_map�_entity_source�_compartment_id�_opsi_private_endpoint_id� _service_name�_credential_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/opsi/models/enable_pe_comanaged_database_insight_details.py�__init__ s6 )��z0EnablePeComanagedDatabaseInsightDetails.__init__c C s | j S )aw **[Required]** Gets the compartment_id of this EnablePeComanagedDatabaseInsightDetails. The compartment `OCID`__ of the Private service accessed database. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this EnablePeComanagedDatabaseInsightDetails. :rtype: str �r �r&