ruạṛ
a N��f�# � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateConnectionDetails� )�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 dd� Zdd� Zdd� Z dS )�!UpdateConnectionFromObjectStoragezO The details to update an Oracle Object Storage data asset connection. c K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )aG Initializes a new UpdateConnectionFromObjectStorage object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.UpdateConnectionFromObjectStorage.model_type` attribute of this class is ``ORACLE_OBJECT_STORAGE_CONNECTION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this UpdateConnectionFromObjectStorage. Allowed values for this property are: "ORACLE_ADWC_CONNECTION", "ORACLE_ATP_CONNECTION", "ORACLE_OBJECT_STORAGE_CONNECTION", "ORACLEDB_CONNECTION", "MYSQL_CONNECTION", "GENERIC_JDBC_CONNECTION", "BICC_CONNECTION", "AMAZON_S3_CONNECTION", "BIP_CONNECTION", "LAKE_HOUSE_CONNECTION", "REST_NO_AUTH_CONNECTION", "REST_BASIC_AUTH_CONNECTION" :type model_type: str :param key: The value to assign to the key property of this UpdateConnectionFromObjectStorage. :type key: str :param model_version: The value to assign to the model_version property of this UpdateConnectionFromObjectStorage. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this UpdateConnectionFromObjectStorage. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this UpdateConnectionFromObjectStorage. :type name: str :param description: The value to assign to the description property of this UpdateConnectionFromObjectStorage. :type description: str :param object_status: The value to assign to the object_status property of this UpdateConnectionFromObjectStorage. :type object_status: int :param object_version: The value to assign to the object_version property of this UpdateConnectionFromObjectStorage. :type object_version: int :param identifier: The value to assign to the identifier property of this UpdateConnectionFromObjectStorage. :type identifier: str :param connection_properties: The value to assign to the connection_properties property of this UpdateConnectionFromObjectStorage. :type connection_properties: list[oci.data_integration.models.ConnectionProperty] :param registry_metadata: The value to assign to the registry_metadata property of this UpdateConnectionFromObjectStorage. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param credential_file_content: The value to assign to the credential_file_content property of this UpdateConnectionFromObjectStorage. :type credential_file_content: str :param user_id: The value to assign to the user_id property of this UpdateConnectionFromObjectStorage. :type user_id: str :param finger_print: The value to assign to the finger_print property of this UpdateConnectionFromObjectStorage. :type finger_print: str :param pass_phrase: The value to assign to the pass_phrase property of this UpdateConnectionFromObjectStorage. :type pass_phrase: str �str�ParentReference�intzlist[ConnectionProperty]�RegistryMetadata)� model_type�key� model_version� parent_ref�name�description� object_status�object_version� identifier�connection_properties�registry_metadata�credential_file_content�user_id�finger_print�pass_phrase� modelTyper �modelVersion� parentRefr r �objectStatus� objectVersionr �connectionProperties�registryMetadata�credentialFileContent�userId�fingerPrint� passPhraseN� ORACLE_OBJECT_STORAGE_CONNECTION)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_status�_object_version�_identifier�_connection_properties�_registry_metadata�_credential_file_content�_user_id� _finger_print�_pass_phrase)�self�kwargs� r; ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/update_connection_from_object_storage.py�__init__ s` E��z*UpdateConnectionFromObjectStorage.__init__c C s | j S )a Gets the credential_file_content of this UpdateConnectionFromObjectStorage. The credential file content from an Oracle Object Storage wallet. :return: The credential_file_content of this UpdateConnectionFromObjectStorage. :rtype: str �r5 �r9 r; r; r<