📂 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
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_data_asset_from_object_storage.pyc
a N��f]% � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDataAssetDetails� )�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 )� CreateDataAssetFromObjectStoragez@ Details for the Oracle Object storage data asset type. 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 )a� Initializes a new CreateDataAssetFromObjectStorage object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.CreateDataAssetFromObjectStorage.model_type` attribute of this class is ``ORACLE_OBJECT_STORAGE_DATA_ASSET`` 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 CreateDataAssetFromObjectStorage. Allowed values for this property are: "ORACLE_DATA_ASSET", "ORACLE_OBJECT_STORAGE_DATA_ASSET", "ORACLE_ATP_DATA_ASSET", "ORACLE_ADWC_DATA_ASSET", "MYSQL_DATA_ASSET", "GENERIC_JDBC_DATA_ASSET", "FUSION_APP_DATA_ASSET", "AMAZON_S3_DATA_ASSET", "LAKE_HOUSE_DATA_ASSET", "REST_DATA_ASSET" :type model_type: str :param key: The value to assign to the key property of this CreateDataAssetFromObjectStorage. :type key: str :param model_version: The value to assign to the model_version property of this CreateDataAssetFromObjectStorage. :type model_version: str :param name: The value to assign to the name property of this CreateDataAssetFromObjectStorage. :type name: str :param description: The value to assign to the description property of this CreateDataAssetFromObjectStorage. :type description: str :param object_status: The value to assign to the object_status property of this CreateDataAssetFromObjectStorage. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateDataAssetFromObjectStorage. :type identifier: str :param external_key: The value to assign to the external_key property of this CreateDataAssetFromObjectStorage. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this CreateDataAssetFromObjectStorage. :type asset_properties: dict(str, str) :param registry_metadata: The value to assign to the registry_metadata property of this CreateDataAssetFromObjectStorage. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param oci_region: The value to assign to the oci_region property of this CreateDataAssetFromObjectStorage. :type oci_region: str :param url: The value to assign to the url property of this CreateDataAssetFromObjectStorage. :type url: str :param tenancy_id: The value to assign to the tenancy_id property of this CreateDataAssetFromObjectStorage. :type tenancy_id: str :param namespace: The value to assign to the namespace property of this CreateDataAssetFromObjectStorage. :type namespace: str :param default_connection: The value to assign to the default_connection property of this CreateDataAssetFromObjectStorage. :type default_connection: oci.data_integration.models.CreateConnectionFromObjectStorage �str�intzdict(str, str)�RegistryMetadata�!CreateConnectionFromObjectStorage)� model_type�key� model_version�name�description� object_status� identifier�external_key�asset_properties�registry_metadata� oci_region�url� tenancy_id� namespace�default_connection� modelTyper �modelVersionr r �objectStatusr �externalKey�assetProperties�registryMetadata� ociRegionr � tenancyIdr �defaultConnectionN� ORACLE_OBJECT_STORAGE_DATA_ASSET)� swagger_types� attribute_map�_model_type�_key�_model_version�_name�_description�_object_status�_identifier� _external_key�_asset_properties�_registry_metadata�_oci_region�_url�_tenancy_id� _namespace�_default_connection)�self�kwargs� r9 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/create_data_asset_from_object_storage.py�__init__ s` E��z)CreateDataAssetFromObjectStorage.__init__c C s | j S )z� Gets the oci_region of this CreateDataAssetFromObjectStorage. The Oracle Object storage Region ie. us-ashburn-1 :return: The oci_region of this CreateDataAssetFromObjectStorage. :rtype: str �r2 �r7 r9 r9 r: r � s z+CreateDataAssetFromObjectStorage.oci_regionc C s || _ dS )z� Sets the oci_region of this CreateDataAssetFromObjectStorage. The Oracle Object storage Region ie. us-ashburn-1 :param oci_region: The oci_region of this CreateDataAssetFromObjectStorage. :type: str Nr<