📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_external_macs_connector_details.cpython-39.pyc
a ���f~ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�&CreateExternalDatabaseConnectorDetails� )�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 )�"CreateExternalMacsConnectorDetailsz� Details for creating a resource used to connect to an external Oracle Database using the `Management Agent cloud service (MACS)`__. __ https://docs.cloud.oracle.com/iaas/management-agents/index.html c K sj ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a� Initializes a new CreateExternalMacsConnectorDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database.models.CreateExternalMacsConnectorDetails.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 freeform_tags: The value to assign to the freeform_tags property of this CreateExternalMacsConnectorDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateExternalMacsConnectorDetails. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this CreateExternalMacsConnectorDetails. :type display_name: str :param connector_type: The value to assign to the connector_type property of this CreateExternalMacsConnectorDetails. 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 CreateExternalMacsConnectorDetails. :type external_database_id: str :param connection_string: The value to assign to the connection_string property of this CreateExternalMacsConnectorDetails. :type connection_string: oci.database.models.DatabaseConnectionString :param connection_credentials: The value to assign to the connection_credentials property of this CreateExternalMacsConnectorDetails. :type connection_credentials: oci.database.models.DatabaseConnectionCredentials :param connector_agent_id: The value to assign to the connector_agent_id property of this CreateExternalMacsConnectorDetails. :type connector_agent_id: str zdict(str, str)zdict(str, dict(str, object))�strZDatabaseConnectionStringZDatabaseConnectionCredentials)Z freeform_tagsZdefined_tagsZdisplay_nameZconnector_typeZexternal_database_id�connection_string�connection_credentials�connector_agent_idZfreeformTagsZdefinedTagsZdisplayNameZ connectorTypeZexternalDatabaseIdZconnectionStringZconnectionCredentialsZconnectorAgentIdNZMACS) Z swagger_typesZ attribute_mapZ_freeform_tagsZ _defined_tagsZ _display_nameZ_connector_typeZ_external_database_id�_connection_string�_connection_credentials�_connector_agent_id)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/database/models/create_external_macs_connector_details.py�__init__ s6 )��z+CreateExternalMacsConnectorDetails.__init__c C s | j S )z� **[Required]** Gets the connection_string of this CreateExternalMacsConnectorDetails. :return: The connection_string of this CreateExternalMacsConnectorDetails. :rtype: oci.database.models.DatabaseConnectionString �r �r r r r r ] s z4CreateExternalMacsConnectorDetails.connection_stringc C s || _ dS )z� Sets the connection_string of this CreateExternalMacsConnectorDetails. :param connection_string: The connection_string of this CreateExternalMacsConnectorDetails. :type: oci.database.models.DatabaseConnectionString Nr )r r r r r r g s c C s | j S )a **[Required]** Gets the connection_credentials of this CreateExternalMacsConnectorDetails. :return: The connection_credentials of this CreateExternalMacsConnectorDetails. :rtype: oci.database.models.DatabaseConnectionCredentials �r r r r r r q s z9CreateExternalMacsConnectorDetails.connection_credentialsc C s || _ dS )a Sets the connection_credentials of this CreateExternalMacsConnectorDetails. :param connection_credentials: The connection_credentials of this CreateExternalMacsConnectorDetails. :type: oci.database.models.DatabaseConnectionCredentials Nr )r r r r r r { s c C s | j S )a7 **[Required]** Gets the connector_agent_id of this CreateExternalMacsConnectorDetails. The ID of the agent used for the :func:`create_external_database_connector_details`. :return: The connector_agent_id of this CreateExternalMacsConnectorDetails. :rtype: str �r r r r r r � s z5CreateExternalMacsConnectorDetails.connector_agent_idc C s || _ dS )a9 Sets the connector_agent_id of this CreateExternalMacsConnectorDetails. The ID of the agent used for the :func:`create_external_database_connector_details`. :param connector_agent_id: The connector_agent_id of this CreateExternalMacsConnectorDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z+CreateExternalMacsConnectorDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z)CreateExternalMacsConnectorDetails.__eq__c C s | |k S r r r r r r �__ne__� s z)CreateExternalMacsConnectorDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"