📂 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
›
database
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: external_macs_connector_summary.cpython-39.opt-1.pyc
a ���f1# � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� ExternalDatabaseConnectorSummary� )�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 d d� Z dd� Zdd� ZdS )�ExternalMacsConnectorSummaryz� An Oracle Cloud Infrastructure resource that uses the `Management Agent cloud service (MACS)`__ to connect to an external Oracle Database. __ https://docs.cloud.oracle.com/iaas/management-agents/index.html c K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _ dS )ah Initializes a new ExternalMacsConnectorSummary object with values from keyword arguments. The default value of the :py:attr:`~oci.database.models.ExternalMacsConnectorSummary.connector_type` attribute of this class is ``MACS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this ExternalMacsConnectorSummary. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this ExternalMacsConnectorSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ExternalMacsConnectorSummary. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this ExternalMacsConnectorSummary. :type display_name: str :param id: The value to assign to the id property of this ExternalMacsConnectorSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this ExternalMacsConnectorSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ExternalMacsConnectorSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this ExternalMacsConnectorSummary. :type time_created: datetime :param connector_type: The value to assign to the connector_type property of this ExternalMacsConnectorSummary. Allowed values for this property are: "MACS" :type connector_type: str :param external_database_id: The value to assign to the external_database_id property of this ExternalMacsConnectorSummary. :type external_database_id: str :param connection_status: The value to assign to the connection_status property of this ExternalMacsConnectorSummary. :type connection_status: str :param time_connection_status_last_updated: The value to assign to the time_connection_status_last_updated property of this ExternalMacsConnectorSummary. :type time_connection_status_last_updated: datetime :param connection_string: The value to assign to the connection_string property of this ExternalMacsConnectorSummary. :type connection_string: oci.database.models.DatabaseConnectionString :param connection_credentials: The value to assign to the connection_credentials property of this ExternalMacsConnectorSummary. :type connection_credentials: oci.database.models.DatabaseConnectionCredentials :param connector_agent_id: The value to assign to the connector_agent_id property of this ExternalMacsConnectorSummary. :type connector_agent_id: str �strzdict(str, str)zdict(str, dict(str, object))ZdatetimeZDatabaseConnectionStringZDatabaseConnectionCredentials)Zcompartment_idZ freeform_tagsZdefined_tagsZdisplay_name�idZlifecycle_stateZlifecycle_detailsZtime_createdZconnector_typeZexternal_database_idZconnection_statusZ#time_connection_status_last_updated�connection_string�connection_credentials�connector_agent_idZ compartmentIdZfreeformTagsZdefinedTagsZdisplayNamer ZlifecycleStateZlifecycleDetailsZtimeCreatedZ connectorTypeZexternalDatabaseIdZconnectionStatusZtimeConnectionStatusLastUpdatedZconnectionStringZconnectionCredentialsZconnectorAgentIdNZMACS)Z swagger_typesZ attribute_mapZ_compartment_idZ_freeform_tagsZ _defined_tagsZ _display_nameZ_idZ_lifecycle_stateZ_lifecycle_detailsZ _time_createdZ_connector_typeZ_external_database_idZ_connection_statusZ$_time_connection_status_last_updated�_connection_string�_connection_credentials�_connector_agent_id)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/database/models/external_macs_connector_summary.py�__init__ s` E��z%ExternalMacsConnectorSummary.__init__c C s | j S )z� **[Required]** Gets the connection_string of this ExternalMacsConnectorSummary. :return: The connection_string of this ExternalMacsConnectorSummary. :rtype: oci.database.models.DatabaseConnectionString �r �r r r r r � s z.ExternalMacsConnectorSummary.connection_stringc C s || _ dS )z� Sets the connection_string of this ExternalMacsConnectorSummary. :param connection_string: The connection_string of this ExternalMacsConnectorSummary. :type: oci.database.models.DatabaseConnectionString Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the connection_credentials of this ExternalMacsConnectorSummary. :return: The connection_credentials of this ExternalMacsConnectorSummary. :rtype: oci.database.models.DatabaseConnectionCredentials �r r r r r r � s z3ExternalMacsConnectorSummary.connection_credentialsc C s || _ dS )a Sets the connection_credentials of this ExternalMacsConnectorSummary. :param connection_credentials: The connection_credentials of this ExternalMacsConnectorSummary. :type: oci.database.models.DatabaseConnectionCredentials Nr )r r r r r r � s c C s | j S )a+ **[Required]** Gets the connector_agent_id of this ExternalMacsConnectorSummary. The ID of the agent used for the :func:`create_external_database_connector_details`. :return: The connector_agent_id of this ExternalMacsConnectorSummary. :rtype: str �r r r r r r � s z/ExternalMacsConnectorSummary.connector_agent_idc C s || _ dS )a- Sets the connector_agent_id of this ExternalMacsConnectorSummary. The ID of the agent used for the :func:`create_external_database_connector_details`. :param connector_agent_id: The connector_agent_id of this ExternalMacsConnectorSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%ExternalMacsConnectorSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#ExternalMacsConnectorSummary.__eq__c C s | |k S r r r r r r �__ne__� s z#ExternalMacsConnectorSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"