📂 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_tools
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/database_tools/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: database_tools_connection_generic_jdbc.cpython-39.pyc
a ���f3+ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DatabaseToolsConnection� )�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� �Zdd� Zdd� Z dd� ZdS )�"DatabaseToolsConnectionGenericJdbczF Database Tools connection of a Generic JDBC database system. c K s� ddddddddddddddddddd�| _ d d ddd dddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _ dS )a? Initializes a new DatabaseToolsConnectionGenericJdbc object with values from keyword arguments. The default value of the :py:attr:`~oci.database_tools.models.DatabaseToolsConnectionGenericJdbc.type` attribute of this class is ``GENERIC_JDBC`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this DatabaseToolsConnectionGenericJdbc. :type id: str :param display_name: The value to assign to the display_name property of this DatabaseToolsConnectionGenericJdbc. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this DatabaseToolsConnectionGenericJdbc. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DatabaseToolsConnectionGenericJdbc. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE" :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DatabaseToolsConnectionGenericJdbc. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this DatabaseToolsConnectionGenericJdbc. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DatabaseToolsConnectionGenericJdbc. :type time_updated: datetime :param defined_tags: The value to assign to the defined_tags property of this DatabaseToolsConnectionGenericJdbc. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this DatabaseToolsConnectionGenericJdbc. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this DatabaseToolsConnectionGenericJdbc. :type system_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this DatabaseToolsConnectionGenericJdbc. :type locks: list[oci.database_tools.models.ResourceLock] :param type: The value to assign to the type property of this DatabaseToolsConnectionGenericJdbc. Allowed values for this property are: "ORACLE_DATABASE", "MYSQL", "POSTGRESQL", "GENERIC_JDBC" :type type: str :param runtime_support: The value to assign to the runtime_support property of this DatabaseToolsConnectionGenericJdbc. Allowed values for this property are: "SUPPORTED", "UNSUPPORTED" :type runtime_support: str :param url: The value to assign to the url property of this DatabaseToolsConnectionGenericJdbc. :type url: str :param user_name: The value to assign to the user_name property of this DatabaseToolsConnectionGenericJdbc. :type user_name: str :param user_password: The value to assign to the user_password property of this DatabaseToolsConnectionGenericJdbc. :type user_password: oci.database_tools.models.DatabaseToolsUserPassword :param advanced_properties: The value to assign to the advanced_properties property of this DatabaseToolsConnectionGenericJdbc. :type advanced_properties: dict(str, str) :param key_stores: The value to assign to the key_stores property of this DatabaseToolsConnectionGenericJdbc. :type key_stores: list[oci.database_tools.models.DatabaseToolsKeyStoreGenericJdbc] �strZdatetimezdict(str, dict(str, object))zdict(str, str)zlist[ResourceLock]ZDatabaseToolsUserPasswordz&list[DatabaseToolsKeyStoreGenericJdbc])�idZdisplay_nameZcompartment_idZlifecycle_stateZlifecycle_detailsZtime_createdZtime_updatedZdefined_tagsZ freeform_tagsZsystem_tags�locks�typeZruntime_support�url� user_name� user_password�advanced_properties� key_storesr ZdisplayNameZ compartmentIdZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZdefinedTagsZfreeformTagsZ systemTagsr r ZruntimeSupportr ZuserNameZuserPasswordZadvancedPropertiesZ keyStoresNZGENERIC_JDBC)Z swagger_typesZ attribute_mapZ_idZ _display_nameZ_compartment_idZ_lifecycle_stateZ_lifecycle_detailsZ _time_createdZ _time_updatedZ _defined_tagsZ_freeform_tagsZ_system_tagsZ_locksZ_typeZ_runtime_support�_url� _user_name�_user_password�_advanced_properties�_key_stores)�self�kwargs� r �d/usr/lib/python3.9/site-packages/oci/database_tools/models/database_tools_connection_generic_jdbc.py�__init__ sr S��z+DatabaseToolsConnectionGenericJdbc.__init__c C s | j S )z� **[Required]** Gets the url of this DatabaseToolsConnectionGenericJdbc. The JDBC URL used to connect to the Generic JDBC database system. :return: The url of this DatabaseToolsConnectionGenericJdbc. :rtype: str �r �r r r r r � s z&DatabaseToolsConnectionGenericJdbc.urlc C s || _ dS )z� Sets the url of this DatabaseToolsConnectionGenericJdbc. The JDBC URL used to connect to the Generic JDBC database system. :param url: The url of this DatabaseToolsConnectionGenericJdbc. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the user_name of this DatabaseToolsConnectionGenericJdbc. The user name. :return: The user_name of this DatabaseToolsConnectionGenericJdbc. :rtype: str �r r r r r r � s z,DatabaseToolsConnectionGenericJdbc.user_namec C s || _ dS )z� Sets the user_name of this DatabaseToolsConnectionGenericJdbc. The user name. :param user_name: The user_name of this DatabaseToolsConnectionGenericJdbc. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the user_password of this DatabaseToolsConnectionGenericJdbc. :return: The user_password of this DatabaseToolsConnectionGenericJdbc. :rtype: oci.database_tools.models.DatabaseToolsUserPassword �r r r r r r � s z0DatabaseToolsConnectionGenericJdbc.user_passwordc C s || _ dS )z� Sets the user_password of this DatabaseToolsConnectionGenericJdbc. :param user_password: The user_password of this DatabaseToolsConnectionGenericJdbc. :type: oci.database_tools.models.DatabaseToolsUserPassword Nr )r r r r r r � s c C s | j S )a Gets the advanced_properties of this DatabaseToolsConnectionGenericJdbc. The advanced connection properties key-value pair. :return: The advanced_properties of this DatabaseToolsConnectionGenericJdbc. :rtype: dict(str, str) �r r r r r r � s z6DatabaseToolsConnectionGenericJdbc.advanced_propertiesc C s || _ dS )a Sets the advanced_properties of this DatabaseToolsConnectionGenericJdbc. The advanced connection properties key-value pair. :param advanced_properties: The advanced_properties of this DatabaseToolsConnectionGenericJdbc. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )a� Gets the key_stores of this DatabaseToolsConnectionGenericJdbc. 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 DatabaseToolsConnectionGenericJdbc. :rtype: list[oci.database_tools.models.DatabaseToolsKeyStoreGenericJdbc] �r r r r r r � s z-DatabaseToolsConnectionGenericJdbc.key_storesc C s || _ dS )a� Sets the key_stores of this DatabaseToolsConnectionGenericJdbc. 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 DatabaseToolsConnectionGenericJdbc. :type: list[oci.database_tools.models.DatabaseToolsKeyStoreGenericJdbc] Nr! )r r r r r r s c C s t | �S �N)r r r r r �__repr__ s z+DatabaseToolsConnectionGenericJdbc.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z)DatabaseToolsConnectionGenericJdbc.__eq__c C s | |k S r"