📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_database_tools_connection_oracle_database_details.pyc
a N��f�. � @ 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 ) �2UpdateDatabaseToolsConnectionOracleDatabaseDetailszM The update details for a Database Tools Oracle Database connection. c K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a� Initializes a new UpdateDatabaseToolsConnectionOracleDatabaseDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database_tools.models.UpdateDatabaseToolsConnectionOracleDatabaseDetails.type` attribute of this class is ``ORACLE_DATABASE`` 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 UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type display_name: str :param defined_tags: The value to assign to the defined_tags property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type freeform_tags: dict(str, str) :param type: The value to assign to the type property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. 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 UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type related_resource: oci.database_tools.models.UpdateDatabaseToolsRelatedResourceDetails :param connection_string: The value to assign to the connection_string property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type connection_string: str :param user_name: The value to assign to the user_name property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type user_name: str :param user_password: The value to assign to the user_password property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type user_password: oci.database_tools.models.DatabaseToolsUserPasswordDetails :param advanced_properties: The value to assign to the advanced_properties property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type advanced_properties: dict(str, str) :param key_stores: The value to assign to the key_stores property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type key_stores: list[oci.database_tools.models.DatabaseToolsKeyStoreDetails] :param private_endpoint_id: The value to assign to the private_endpoint_id property of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type private_endpoint_id: str �strzdict(str, dict(str, object))zdict(str, str)�)UpdateDatabaseToolsRelatedResourceDetails� DatabaseToolsUserPasswordDetailsz"list[DatabaseToolsKeyStoreDetails])�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�ORACLE_DATABASE) � 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_oracle_database_details.py�__init__ sH 5��z;UpdateDatabaseToolsConnectionOracleDatabaseDetails.__init__c C s | j S )a Gets the related_resource of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :return: The related_resource of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :rtype: oci.database_tools.models.UpdateDatabaseToolsRelatedResourceDetails �r( �r/ r1 r1 r2 r m s zCUpdateDatabaseToolsConnectionOracleDatabaseDetails.related_resourcec C s || _ dS )a- Sets the related_resource of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :param related_resource: The related_resource of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type: oci.database_tools.models.UpdateDatabaseToolsRelatedResourceDetails Nr4 )r/ r r1 r1 r2 r w s c C s | j S )a? Gets the connection_string of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. The connect descriptor or Easy Connect Naming method used to connect to the database. :return: The connection_string of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :rtype: str �r) r5 r1 r1 r2 r � s zDUpdateDatabaseToolsConnectionOracleDatabaseDetails.connection_stringc C s || _ dS )aO Sets the connection_string of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. The connect descriptor or Easy Connect Naming method used to connect to the database. :param connection_string: The connection_string of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type: str Nr6 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the user_name of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. The database user name. :return: The user_name of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :rtype: str �r* r5 r1 r1 r2 r � s z<UpdateDatabaseToolsConnectionOracleDatabaseDetails.user_namec C s || _ dS )z� Sets the user_name of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. The database user name. :param user_name: The user_name of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type: str Nr7 )r/ r r1 r1 r2 r � s c C s | j S )a Gets the user_password of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :return: The user_password of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :rtype: oci.database_tools.models.DatabaseToolsUserPasswordDetails �r+ r5 r1 r1 r2 r � s z@UpdateDatabaseToolsConnectionOracleDatabaseDetails.user_passwordc C s || _ dS )a Sets the user_password of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :param user_password: The user_password of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type: oci.database_tools.models.DatabaseToolsUserPasswordDetails Nr8 )r/ r r1 r1 r2 r � s c C s | j S )aT Gets the advanced_properties of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. The advanced connection properties key-value pair (e.g., `oracle.net.ssl_server_dn_match`). :return: The advanced_properties of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :rtype: dict(str, str) �r, r5 r1 r1 r2 r � s zFUpdateDatabaseToolsConnectionOracleDatabaseDetails.advanced_propertiesc C s || _ dS )af Sets the advanced_properties of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. The advanced connection properties key-value pair (e.g., `oracle.net.ssl_server_dn_match`). :param advanced_properties: The advanced_properties of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type: dict(str, str) Nr9 )r/ r r1 r1 r2 r � s c C s | j S )a� Gets the key_stores of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication. :return: The key_stores of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :rtype: list[oci.database_tools.models.DatabaseToolsKeyStoreDetails] �r- r5 r1 r1 r2 r � s z=UpdateDatabaseToolsConnectionOracleDatabaseDetails.key_storesc C s || _ dS )a� Sets the key_stores of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and the client private key and associated certificates required for client authentication. :param key_stores: The key_stores of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type: list[oci.database_tools.models.DatabaseToolsKeyStoreDetails] Nr: )r/ r r1 r1 r2 r � s c C s | j S )a� Gets the private_endpoint_id of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. 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 UpdateDatabaseToolsConnectionOracleDatabaseDetails. :rtype: str �r. r5 r1 r1 r2 r � s zFUpdateDatabaseToolsConnectionOracleDatabaseDetails.private_endpoint_idc C s || _ dS )a� Sets the private_endpoint_id of this UpdateDatabaseToolsConnectionOracleDatabaseDetails. 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 UpdateDatabaseToolsConnectionOracleDatabaseDetails. :type: str Nr; )r/ r r1 r1 r2 r s c C s t | �S �N)r r5 r1 r1 r2 �__repr__ s z;UpdateDatabaseToolsConnectionOracleDatabaseDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r/ �otherr1 r1 r2 �__eq__ s z9UpdateDatabaseToolsConnectionOracleDatabaseDetails.__eq__c C s | |k S r<