📂 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
›
database_tools
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_tools/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_database_tools_connection_my_sql_details.pyc
a N��fE, � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�$UpdateDatabaseToolsConnectionDetails� )�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 ) �)UpdateDatabaseToolsConnectionMySqlDetailszJ The update details for a Database Tools MySQL Server connection. c K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )ar Initializes a new UpdateDatabaseToolsConnectionMySqlDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_tools.models.UpdateDatabaseToolsConnectionMySqlDetails.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 UpdateDatabaseToolsConnectionMySqlDetails. :type display_name: str :param defined_tags: The value to assign to the defined_tags property of this UpdateDatabaseToolsConnectionMySqlDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDatabaseToolsConnectionMySqlDetails. :type freeform_tags: dict(str, str) :param type: The value to assign to the type property of this UpdateDatabaseToolsConnectionMySqlDetails. 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 UpdateDatabaseToolsConnectionMySqlDetails. :type related_resource: oci.database_tools.models.UpdateDatabaseToolsRelatedResourceMySqlDetails :param connection_string: The value to assign to the connection_string property of this UpdateDatabaseToolsConnectionMySqlDetails. :type connection_string: str :param user_name: The value to assign to the user_name property of this UpdateDatabaseToolsConnectionMySqlDetails. :type user_name: str :param user_password: The value to assign to the user_password property of this UpdateDatabaseToolsConnectionMySqlDetails. :type user_password: oci.database_tools.models.DatabaseToolsUserPasswordDetails :param advanced_properties: The value to assign to the advanced_properties property of this UpdateDatabaseToolsConnectionMySqlDetails. :type advanced_properties: dict(str, str) :param key_stores: The value to assign to the key_stores property of this UpdateDatabaseToolsConnectionMySqlDetails. :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 UpdateDatabaseToolsConnectionMySqlDetails. :type private_endpoint_id: str �strzdict(str, dict(str, object))zdict(str, str)�.UpdateDatabaseToolsRelatedResourceMySqlDetails� DatabaseToolsUserPasswordDetailsz'list[DatabaseToolsKeyStoreMySqlDetails])�display_name�defined_tags� freeform_tags�type�related_resource�connection_string� user_name� user_password�advanced_properties� key_stores�private_endpoint_id�displayName�definedTags�freeformTagsr �relatedResource�connectionString�userName�userPassword�advancedProperties� keyStores�privateEndpointIdN�MYSQL) � swagger_types� attribute_map� _display_name� _defined_tags�_freeform_tags�_type�_related_resource�_connection_string� _user_name�_user_password�_advanced_properties�_key_stores�_private_endpoint_id)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_tools/models/update_database_tools_connection_my_sql_details.py�__init__ sH 5��z2UpdateDatabaseToolsConnectionMySqlDetails.__init__c C s | j S )a Gets the related_resource of this UpdateDatabaseToolsConnectionMySqlDetails. :return: The related_resource of this UpdateDatabaseToolsConnectionMySqlDetails. :rtype: oci.database_tools.models.UpdateDatabaseToolsRelatedResourceMySqlDetails �r( �r/ r1 r1 r2 r m s z:UpdateDatabaseToolsConnectionMySqlDetails.related_resourcec C s || _ dS )a Sets the related_resource of this UpdateDatabaseToolsConnectionMySqlDetails. :param related_resource: The related_resource of this UpdateDatabaseToolsConnectionMySqlDetails. :type: oci.database_tools.models.UpdateDatabaseToolsRelatedResourceMySqlDetails Nr4 )r/ r r1 r1 r2 r w s c C s | j S )a Gets the connection_string of this UpdateDatabaseToolsConnectionMySqlDetails. The connection string used to connect to the MySQL Server. :return: The connection_string of this UpdateDatabaseToolsConnectionMySqlDetails. :rtype: str �r) r5 r1 r1 r2 r � s z;UpdateDatabaseToolsConnectionMySqlDetails.connection_stringc C s || _ dS )a" Sets the connection_string of this UpdateDatabaseToolsConnectionMySqlDetails. The connection string used to connect to the MySQL Server. :param connection_string: The connection_string of this UpdateDatabaseToolsConnectionMySqlDetails. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the user_name of this UpdateDatabaseToolsConnectionMySqlDetails. The user name. :return: The user_name of this UpdateDatabaseToolsConnectionMySqlDetails. :rtype: str �r* r5 r1 r1 r2 r � s z3UpdateDatabaseToolsConnectionMySqlDetails.user_namec C s || _ dS )z� Sets the user_name of this UpdateDatabaseToolsConnectionMySqlDetails. The user name. :param user_name: The user_name of this UpdateDatabaseToolsConnectionMySqlDetails. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the user_password of this UpdateDatabaseToolsConnectionMySqlDetails. :return: The user_password of this UpdateDatabaseToolsConnectionMySqlDetails. :rtype: oci.database_tools.models.DatabaseToolsUserPasswordDetails �r+ r5 r1 r1 r2 r � s z7UpdateDatabaseToolsConnectionMySqlDetails.user_passwordc C s || _ dS )a Sets the user_password of this UpdateDatabaseToolsConnectionMySqlDetails. :param user_password: The user_password of this UpdateDatabaseToolsConnectionMySqlDetails. :type: oci.database_tools.models.DatabaseToolsUserPasswordDetails Nr8 )r/ r r1 r1 r2 r � s c C s | j S )a+ Gets the advanced_properties of this UpdateDatabaseToolsConnectionMySqlDetails. The advanced connection properties key-value pair (e.g., `sslMode`). :return: The advanced_properties of this UpdateDatabaseToolsConnectionMySqlDetails. :rtype: dict(str, str) �r, r5 r1 r1 r2 r � s z=UpdateDatabaseToolsConnectionMySqlDetails.advanced_propertiesc C s || _ dS )a= Sets the advanced_properties of this UpdateDatabaseToolsConnectionMySqlDetails. The advanced connection properties key-value pair (e.g., `sslMode`). :param advanced_properties: The advanced_properties of this UpdateDatabaseToolsConnectionMySqlDetails. :type: dict(str, str) Nr9 )r/ r r1 r1 r2 r � s c C s | j S )a� Gets the key_stores of this UpdateDatabaseToolsConnectionMySqlDetails. The CA certificate to verify the server's certificate and the client private key and associated certificate required for client authentication. :return: The key_stores of this UpdateDatabaseToolsConnectionMySqlDetails. :rtype: list[oci.database_tools.models.DatabaseToolsKeyStoreMySqlDetails] �r- r5 r1 r1 r2 r � s z4UpdateDatabaseToolsConnectionMySqlDetails.key_storesc C s || _ dS )a� Sets the key_stores of this UpdateDatabaseToolsConnectionMySqlDetails. The CA certificate to verify the server's certificate and the client private key and associated certificate required for client authentication. :param key_stores: The key_stores of this UpdateDatabaseToolsConnectionMySqlDetails. :type: list[oci.database_tools.models.DatabaseToolsKeyStoreMySqlDetails] Nr: )r/ r r1 r1 r2 r � s c C s | j S )a� Gets the private_endpoint_id of this UpdateDatabaseToolsConnectionMySqlDetails. The `OCID`__ of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The private_endpoint_id of this UpdateDatabaseToolsConnectionMySqlDetails. :rtype: str �r. r5 r1 r1 r2 r � s z=UpdateDatabaseToolsConnectionMySqlDetails.private_endpoint_idc C s || _ dS )a� Sets the private_endpoint_id of this UpdateDatabaseToolsConnectionMySqlDetails. The `OCID`__ of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param private_endpoint_id: The private_endpoint_id of this UpdateDatabaseToolsConnectionMySqlDetails. :type: str Nr; )r/ r r1 r1 r2 r s c C s t | �S �N)r r5 r1 r1 r2 �__repr__ s z2UpdateDatabaseToolsConnectionMySqlDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r/ �otherr1 r1 r2 �__eq__ s z0UpdateDatabaseToolsConnectionMySqlDetails.__eq__c C s | |k S r<