📂 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
›
golden_gate
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/golden_gate/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_mysql_connection_details.cpython-39.pyc
a ���f�W � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateConnectionDetails� )�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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�CreateMysqlConnectionDetailsz7 The information about a new MySQL Connection. c K s( dddddddddddddddddddddddddddd�| _ d d ddd ddddddddddddddddddd d!d"d#d�| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _ d$| _ d$| _d$| _d$| _ d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d$| _d%| _d$S )&a� Initializes a new CreateMysqlConnectionDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.golden_gate.models.CreateMysqlConnectionDetails.connection_type` attribute of this class is ``MYSQL`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param connection_type: The value to assign to the connection_type property of this CreateMysqlConnectionDetails. Allowed values for this property are: "GOLDENGATE", "KAFKA", "KAFKA_SCHEMA_REGISTRY", "MYSQL", "JAVA_MESSAGE_SERVICE", "MICROSOFT_SQLSERVER", "OCI_OBJECT_STORAGE", "ORACLE", "AZURE_DATA_LAKE_STORAGE", "POSTGRESQL", "AZURE_SYNAPSE_ANALYTICS", "SNOWFLAKE", "AMAZON_S3", "HDFS", "ORACLE_NOSQL", "MONGODB", "AMAZON_KINESIS", "AMAZON_REDSHIFT", "DB2", "REDIS", "ELASTICSEARCH", "GENERIC", "GOOGLE_CLOUD_STORAGE", "GOOGLE_BIGQUERY" :type connection_type: str :param display_name: The value to assign to the display_name property of this CreateMysqlConnectionDetails. :type display_name: str :param description: The value to assign to the description property of this CreateMysqlConnectionDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this CreateMysqlConnectionDetails. :type compartment_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateMysqlConnectionDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateMysqlConnectionDetails. :type defined_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this CreateMysqlConnectionDetails. :type locks: list[oci.golden_gate.models.AddResourceLockDetails] :param vault_id: The value to assign to the vault_id property of this CreateMysqlConnectionDetails. :type vault_id: str :param key_id: The value to assign to the key_id property of this CreateMysqlConnectionDetails. :type key_id: str :param nsg_ids: The value to assign to the nsg_ids property of this CreateMysqlConnectionDetails. :type nsg_ids: list[str] :param subnet_id: The value to assign to the subnet_id property of this CreateMysqlConnectionDetails. :type subnet_id: str :param routing_method: The value to assign to the routing_method property of this CreateMysqlConnectionDetails. Allowed values for this property are: "SHARED_SERVICE_ENDPOINT", "SHARED_DEPLOYMENT_ENDPOINT", "DEDICATED_ENDPOINT" :type routing_method: str :param technology_type: The value to assign to the technology_type property of this CreateMysqlConnectionDetails. :type technology_type: str :param username: The value to assign to the username property of this CreateMysqlConnectionDetails. :type username: str :param password: The value to assign to the password property of this CreateMysqlConnectionDetails. :type password: str :param host: The value to assign to the host property of this CreateMysqlConnectionDetails. :type host: str :param port: The value to assign to the port property of this CreateMysqlConnectionDetails. :type port: int :param database_name: The value to assign to the database_name property of this CreateMysqlConnectionDetails. :type database_name: str :param security_protocol: The value to assign to the security_protocol property of this CreateMysqlConnectionDetails. :type security_protocol: str :param ssl_mode: The value to assign to the ssl_mode property of this CreateMysqlConnectionDetails. :type ssl_mode: str :param ssl_ca: The value to assign to the ssl_ca property of this CreateMysqlConnectionDetails. :type ssl_ca: str :param ssl_crl: The value to assign to the ssl_crl property of this CreateMysqlConnectionDetails. :type ssl_crl: str :param ssl_cert: The value to assign to the ssl_cert property of this CreateMysqlConnectionDetails. :type ssl_cert: str :param ssl_key: The value to assign to the ssl_key property of this CreateMysqlConnectionDetails. :type ssl_key: str :param private_ip: The value to assign to the private_ip property of this CreateMysqlConnectionDetails. :type private_ip: str :param additional_attributes: The value to assign to the additional_attributes property of this CreateMysqlConnectionDetails. :type additional_attributes: list[oci.golden_gate.models.NameValuePair] :param db_system_id: The value to assign to the db_system_id property of this CreateMysqlConnectionDetails. :type db_system_id: str �strzdict(str, str)zdict(str, dict(str, object))zlist[AddResourceLockDetails]z list[str]�intzlist[NameValuePair])Zconnection_typeZdisplay_name�descriptionZcompartment_idZ freeform_tagsZdefined_tags�locksZvault_idZkey_idZnsg_idsZ subnet_idZrouting_method�technology_type�username�password�host�port� database_name�security_protocol�ssl_mode�ssl_ca�ssl_crl�ssl_cert�ssl_key� private_ip�additional_attributes�db_system_idZconnectionTypeZdisplayNamer Z compartmentIdZfreeformTagsZdefinedTagsr ZvaultIdZkeyIdZnsgIdsZsubnetIdZ routingMethodZtechnologyTyper r r r ZdatabaseNameZsecurityProtocolZsslModeZsslCaZsslCrlZsslCertZsslKeyZ privateIpZadditionalAttributesZ dbSystemIdNZMYSQL)Z swagger_typesZ attribute_mapZ_connection_typeZ _display_nameZ_descriptionZ_compartment_idZ_freeform_tagsZ _defined_tagsZ_locksZ _vault_idZ_key_idZ_nsg_idsZ _subnet_idZ_routing_method�_technology_type� _username� _password�_host�_port�_database_name�_security_protocol� _ssl_mode�_ssl_ca�_ssl_crl� _ssl_cert�_ssl_key�_private_ip�_additional_attributes� _db_system_id)�self�kwargs� r- �Z/usr/lib/python3.9/site-packages/oci/golden_gate/models/create_mysql_connection_details.py�__init__ s� v��z%CreateMysqlConnectionDetails.__init__c C s | j S )z� **[Required]** Gets the technology_type of this CreateMysqlConnectionDetails. The MySQL technology type. :return: The technology_type of this CreateMysqlConnectionDetails. :rtype: str �r �r+ r- r- r. r � s z,CreateMysqlConnectionDetails.technology_typec C s || _ dS )z� Sets the technology_type of this CreateMysqlConnectionDetails. The MySQL technology type. :param technology_type: The technology_type of this CreateMysqlConnectionDetails. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )a� **[Required]** Gets the username of this CreateMysqlConnectionDetails. The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it. :return: The username of this CreateMysqlConnectionDetails. :rtype: str �r r1 r- r- r. r � s z%CreateMysqlConnectionDetails.usernamec C s || _ dS )a� Sets the username of this CreateMysqlConnectionDetails. The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it. :param username: The username of this CreateMysqlConnectionDetails. :type: str Nr2 )r+ r r- r- r. r s c C s | j S )a� **[Required]** Gets the password of this CreateMysqlConnectionDetails. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. :return: The password of this CreateMysqlConnectionDetails. :rtype: str �r r1 r- r- r. r s z%CreateMysqlConnectionDetails.passwordc C s || _ dS )a} Sets the password of this CreateMysqlConnectionDetails. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. :param password: The password of this CreateMysqlConnectionDetails. :type: str Nr3 )r+ r r- r- r. r ! s c C s | j S )z� Gets the host of this CreateMysqlConnectionDetails. The name or address of a host. :return: The host of this CreateMysqlConnectionDetails. :rtype: str �r r1 r- r- r. r . s z!CreateMysqlConnectionDetails.hostc C s || _ dS )z� Sets the host of this CreateMysqlConnectionDetails. The name or address of a host. :param host: The host of this CreateMysqlConnectionDetails. :type: str Nr4 )r+ r r- r- r. r : s c C s | j S )z� Gets the port of this CreateMysqlConnectionDetails. The port of an endpoint usually specified for a connection. :return: The port of this CreateMysqlConnectionDetails. :rtype: int �r r1 r- r- r. r F s z!CreateMysqlConnectionDetails.portc C s || _ dS )z� Sets the port of this CreateMysqlConnectionDetails. The port of an endpoint usually specified for a connection. :param port: The port of this CreateMysqlConnectionDetails. :type: int Nr5 )r+ r r- r- r. r R s c C s | j S )z� **[Required]** Gets the database_name of this CreateMysqlConnectionDetails. The name of the database. :return: The database_name of this CreateMysqlConnectionDetails. :rtype: str �r! r1 r- r- r. r ^ s z*CreateMysqlConnectionDetails.database_namec C s || _ dS )z� Sets the database_name of this CreateMysqlConnectionDetails. The name of the database. :param database_name: The database_name of this CreateMysqlConnectionDetails. :type: str Nr6 )r+ r r- r- r. r j s c C s | j S )z� **[Required]** Gets the security_protocol of this CreateMysqlConnectionDetails. Security Type for MySQL. :return: The security_protocol of this CreateMysqlConnectionDetails. :rtype: str �r"