📂 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
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_connection_from_amazon_s3.cpython-39.pyc
a ���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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�UpdateConnectionFromAmazonS3z8 The details to update an Amazon s3 connection. c K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )as Initializes a new UpdateConnectionFromAmazonS3 object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.UpdateConnectionFromAmazonS3.model_type` attribute of this class is ``AMAZON_S3_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 UpdateConnectionFromAmazonS3. 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_CONNECTION", "ORACLE_PEOPLESOFT_CONNECTION", "ORACLE_EBS_CONNECTION", "ORACLE_SIEBEL_CONNECTION", "HDFS_CONNECTION", "MYSQL_HEATWAVE_CONNECTION", "REST_NO_AUTH_CONNECTION", "REST_BASIC_AUTH_CONNECTION", "OAUTH2_CONNECTION" :type model_type: str :param key: The value to assign to the key property of this UpdateConnectionFromAmazonS3. :type key: str :param model_version: The value to assign to the model_version property of this UpdateConnectionFromAmazonS3. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this UpdateConnectionFromAmazonS3. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this UpdateConnectionFromAmazonS3. :type name: str :param description: The value to assign to the description property of this UpdateConnectionFromAmazonS3. :type description: str :param object_status: The value to assign to the object_status property of this UpdateConnectionFromAmazonS3. :type object_status: int :param object_version: The value to assign to the object_version property of this UpdateConnectionFromAmazonS3. :type object_version: int :param identifier: The value to assign to the identifier property of this UpdateConnectionFromAmazonS3. :type identifier: str :param connection_properties: The value to assign to the connection_properties property of this UpdateConnectionFromAmazonS3. :type connection_properties: list[oci.data_integration.models.ConnectionProperty] :param registry_metadata: The value to assign to the registry_metadata property of this UpdateConnectionFromAmazonS3. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param access_key: The value to assign to the access_key property of this UpdateConnectionFromAmazonS3. :type access_key: oci.data_integration.models.SensitiveAttribute :param secret_key: The value to assign to the secret_key property of this UpdateConnectionFromAmazonS3. :type secret_key: oci.data_integration.models.SensitiveAttribute �strZParentReference�intzlist[ConnectionProperty]ZRegistryMetadataZSensitiveAttribute) Z model_type�keyZ model_versionZ parent_ref�name�descriptionZ object_statusZobject_version� identifierZconnection_propertiesZregistry_metadata� access_key� secret_keyZ modelTyper ZmodelVersionZ parentRefr r ZobjectStatusZ objectVersionr ZconnectionPropertiesZregistryMetadataZ accessKeyZ secretKeyNZAMAZON_S3_CONNECTION)Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_ref�_nameZ_descriptionZ_object_statusZ_object_versionZ_identifierZ_connection_propertiesZ_registry_metadata�_access_key�_secret_key)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/data_integration/models/update_connection_from_amazon_s3.py�__init__ sT =��z%UpdateConnectionFromAmazonS3.__init__c C s | j S )z� Gets the access_key of this UpdateConnectionFromAmazonS3. :return: The access_key of this UpdateConnectionFromAmazonS3. :rtype: oci.data_integration.models.SensitiveAttribute �r �r r r r r } s z'UpdateConnectionFromAmazonS3.access_keyc C s || _ dS )z� Sets the access_key of this UpdateConnectionFromAmazonS3. :param access_key: The access_key of this UpdateConnectionFromAmazonS3. :type: oci.data_integration.models.SensitiveAttribute Nr )r r r r r r � s c C s | j S )z� Gets the secret_key of this UpdateConnectionFromAmazonS3. :return: The secret_key of this UpdateConnectionFromAmazonS3. :rtype: oci.data_integration.models.SensitiveAttribute �r r r r r r � s z'UpdateConnectionFromAmazonS3.secret_keyc C s || _ dS )z� Sets the secret_key of this UpdateConnectionFromAmazonS3. :param secret_key: The secret_key of this UpdateConnectionFromAmazonS3. :type: oci.data_integration.models.SensitiveAttribute Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%UpdateConnectionFromAmazonS3.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#UpdateConnectionFromAmazonS3.__eq__c C s | |k S r r r r r r �__ne__� s z#UpdateConnectionFromAmazonS3.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r! r"