📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
database_tools
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_tools/models
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_database_tools_connection_my_sql_details.pyc
a N��fw- � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�$CreateDatabaseToolsConnectionDetails� )�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 ) �)CreateDatabaseToolsConnectionMySqlDetailszJ Details of the new Database Tools connection for a MySQL Server. c K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a& Initializes a new CreateDatabaseToolsConnectionMySqlDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_tools.models.CreateDatabaseToolsConnectionMySqlDetails.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 display_name: The value to assign to the display_name property of this CreateDatabaseToolsConnectionMySqlDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateDatabaseToolsConnectionMySqlDetails. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this CreateDatabaseToolsConnectionMySqlDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this CreateDatabaseToolsConnectionMySqlDetails. :type freeform_tags: dict(str, str) :param type: The value to assign to the type property of this CreateDatabaseToolsConnectionMySqlDetails. Allowed values for this property are: "ORACLE_DATABASE", "MYSQL" :type type: str :param related_resource: The value to assign to the related_resource property of this CreateDatabaseToolsConnectionMySqlDetails. :type related_resource: oci.database_tools.models.CreateDatabaseToolsRelatedResourceMySqlDetails :param connection_string: The value to assign to the connection_string property of this CreateDatabaseToolsConnectionMySqlDetails. :type connection_string: str :param user_name: The value to assign to the user_name property of this CreateDatabaseToolsConnectionMySqlDetails. :type user_name: str :param user_password: The value to assign to the user_password property of this CreateDatabaseToolsConnectionMySqlDetails. :type user_password: oci.database_tools.models.DatabaseToolsUserPasswordDetails :param advanced_properties: The value to assign to the advanced_properties property of this CreateDatabaseToolsConnectionMySqlDetails. :type advanced_properties: dict(str, str) :param key_stores: The value to assign to the key_stores property of this CreateDatabaseToolsConnectionMySqlDetails. :type key_stores: list[oci.database_tools.models.DatabaseToolsKeyStoreMySqlDetails] :param private_endpoint_id: The value to assign to the private_endpoint_id property of this CreateDatabaseToolsConnectionMySqlDetails. :type private_endpoint_id: str �strzdict(str, dict(str, object))zdict(str, str)�.CreateDatabaseToolsRelatedResourceMySqlDetails� DatabaseToolsUserPasswordDetailsz'list[DatabaseToolsKeyStoreMySqlDetails])�display_name�compartment_id�defined_tags� freeform_tags�type�related_resource�connection_string� user_name� user_password�advanced_properties� key_stores�private_endpoint_id�displayName� compartmentId�definedTags�freeformTagsr �relatedResource�connectionString�userName�userPassword�advancedProperties� keyStores�privateEndpointIdN�MYSQL)� swagger_types� attribute_map� _display_name�_compartment_id� _defined_tags�_freeform_tags�_type�_related_resource�_connection_string� _user_name�_user_password�_advanced_properties�_key_stores�_private_endpoint_id)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_tools/models/create_database_tools_connection_my_sql_details.py�__init__ sN 9��z2CreateDatabaseToolsConnectionMySqlDetails.__init__c C s | j S )a Gets the related_resource of this CreateDatabaseToolsConnectionMySqlDetails. :return: The related_resource of this CreateDatabaseToolsConnectionMySqlDetails. :rtype: oci.database_tools.models.CreateDatabaseToolsRelatedResourceMySqlDetails �r+ �r2 r4 r4 r5 r t s z:CreateDatabaseToolsConnectionMySqlDetails.related_resourcec C s || _ dS )a Sets the related_resource of this CreateDatabaseToolsConnectionMySqlDetails. :param related_resource: The related_resource of this CreateDatabaseToolsConnectionMySqlDetails. :type: oci.database_tools.models.CreateDatabaseToolsRelatedResourceMySqlDetails Nr7 )r2 r r4 r4 r5 r ~ s c C s | j S )a Gets the connection_string of this CreateDatabaseToolsConnectionMySqlDetails. The connection string used to connect to the MySQL Server. :return: The connection_string of this CreateDatabaseToolsConnectionMySqlDetails. :rtype: str �r, r8 r4 r4 r5 r � s z;CreateDatabaseToolsConnectionMySqlDetails.connection_stringc C s || _ dS )a" Sets the connection_string of this CreateDatabaseToolsConnectionMySqlDetails. The connection string used to connect to the MySQL Server. :param connection_string: The connection_string of this CreateDatabaseToolsConnectionMySqlDetails. :type: str Nr9 )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the user_name of this CreateDatabaseToolsConnectionMySqlDetails. The user name. :return: The user_name of this CreateDatabaseToolsConnectionMySqlDetails. :rtype: str �r- r8 r4 r4 r5 r � s z3CreateDatabaseToolsConnectionMySqlDetails.user_namec C s || _ dS )z� Sets the user_name of this CreateDatabaseToolsConnectionMySqlDetails. The user name. :param user_name: The user_name of this CreateDatabaseToolsConnectionMySqlDetails. :type: str Nr: )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the user_password of this CreateDatabaseToolsConnectionMySqlDetails. :return: The user_password of this CreateDatabaseToolsConnectionMySqlDetails. :rtype: oci.database_tools.models.DatabaseToolsUserPasswordDetails �r. r8 r4 r4 r5 r � s z7CreateDatabaseToolsConnectionMySqlDetails.user_passwordc C s || _ dS )a Sets the user_password of this CreateDatabaseToolsConnectionMySqlDetails. :param user_password: The user_password of this CreateDatabaseToolsConnectionMySqlDetails. :type: oci.database_tools.models.DatabaseToolsUserPasswordDetails Nr; )r2 r r4 r4 r5 r � s c C s | j S )a+ Gets the advanced_properties of this CreateDatabaseToolsConnectionMySqlDetails. The advanced connection properties key-value pair (e.g., `sslMode`). :return: The advanced_properties of this CreateDatabaseToolsConnectionMySqlDetails. :rtype: dict(str, str) �r/ r8 r4 r4 r5 r � s z=CreateDatabaseToolsConnectionMySqlDetails.advanced_propertiesc C s || _ dS )a= Sets the advanced_properties of this CreateDatabaseToolsConnectionMySqlDetails. The advanced connection properties key-value pair (e.g., `sslMode`). :param advanced_properties: The advanced_properties of this CreateDatabaseToolsConnectionMySqlDetails. :type: dict(str, str) Nr<