📂 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
›
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: update_data_asset_from_fusion_app.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateDataAssetDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�UpdateDataAssetFromFusionAppzL Details for the Autonomous Transaction Processing data asset type. c K s� ddddddddddddd�| _ dddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )ag Initializes a new UpdateDataAssetFromFusionApp object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.UpdateDataAssetFromFusionApp.model_type` attribute of this class is ``FUSION_APP_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 UpdateDataAssetFromFusionApp. 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 UpdateDataAssetFromFusionApp. :type key: str :param model_version: The value to assign to the model_version property of this UpdateDataAssetFromFusionApp. :type model_version: str :param name: The value to assign to the name property of this UpdateDataAssetFromFusionApp. :type name: str :param description: The value to assign to the description property of this UpdateDataAssetFromFusionApp. :type description: str :param object_status: The value to assign to the object_status property of this UpdateDataAssetFromFusionApp. :type object_status: int :param object_version: The value to assign to the object_version property of this UpdateDataAssetFromFusionApp. :type object_version: int :param identifier: The value to assign to the identifier property of this UpdateDataAssetFromFusionApp. :type identifier: str :param external_key: The value to assign to the external_key property of this UpdateDataAssetFromFusionApp. :type external_key: str :param asset_properties: The value to assign to the asset_properties property of this UpdateDataAssetFromFusionApp. :type asset_properties: dict(str, str) :param registry_metadata: The value to assign to the registry_metadata property of this UpdateDataAssetFromFusionApp. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param service_url: The value to assign to the service_url property of this UpdateDataAssetFromFusionApp. :type service_url: str �str�intzdict(str, str)�RegistryMetadata)� model_type�key� model_version�name�description� object_status�object_version� identifier�external_key�asset_properties�registry_metadata�service_url� modelTyper �modelVersionr r �objectStatus� objectVersionr �externalKey�assetProperties�registryMetadata� serviceUrlN�FUSION_APP_DATA_ASSET)� swagger_types� attribute_map�_model_type�_key�_model_version�_name�_description�_object_status�_object_version�_identifier� _external_key�_asset_properties�_registry_metadata�_service_url)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/update_data_asset_from_fusion_app.py�__init__ sN 9��z%UpdateDataAssetFromFusionApp.__init__c C s | j S )z� Gets the service_url of this UpdateDataAssetFromFusionApp. The service url of the BI Server. :return: The service_url of this UpdateDataAssetFromFusionApp. :rtype: str �r. �r/ r1 r1 r2 r t s z(UpdateDataAssetFromFusionApp.service_urlc C s || _ dS )z� Sets the service_url of this UpdateDataAssetFromFusionApp. The service url of the BI Server. :param service_url: The service_url of this UpdateDataAssetFromFusionApp. :type: str Nr4 )r/ r r1 r1 r2 r � s c C s t | �S �N)r r5 r1 r1 r2 �__repr__� s z%UpdateDataAssetFromFusionApp.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r/ �otherr1 r1 r2 �__eq__� s z#UpdateDataAssetFromFusionApp.__eq__c C s | |k S r6 r1 r9 r1 r1 r2 �__ne__� s z#UpdateDataAssetFromFusionApp.__ne__N)�__name__� __module__�__qualname__�__doc__r3 �propertyr �setterr7 r; r<