📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_asset.cpython-39.pyc
a ���f�R � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Ze d3d4� �Zejd5d4� �Ze d6d7� �Zejd8d7� �Ze d9d:� �Zejd;d:� �Ze d<d=� �Zejd>d=� �Zd?d@� Z dAdB� Z!dCdD� Z"dES )F� DataAsseta: Data asset representation. A physical store, or stream, of data known to the data catalog and containing one or many data entities, possibly in an organized structure of folders. A data asset is often synonymous with a 'System', such as a database, or may be a file container or a message stream. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVINGc K s� dddddddddddddddddd�| _ ddd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new DataAsset object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this DataAsset. :type key: str :param display_name: The value to assign to the display_name property of this DataAsset. :type display_name: str :param description: The value to assign to the description property of this DataAsset. :type description: str :param catalog_id: The value to assign to the catalog_id property of this DataAsset. :type catalog_id: str :param external_key: The value to assign to the external_key property of this DataAsset. :type external_key: str :param type_key: The value to assign to the type_key property of this DataAsset. :type type_key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DataAsset. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "MOVING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DataAsset. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this DataAsset. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DataAsset. :type time_updated: datetime :param time_harvested: The value to assign to the time_harvested property of this DataAsset. :type time_harvested: datetime :param created_by_id: The value to assign to the created_by_id property of this DataAsset. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this DataAsset. :type updated_by_id: str :param uri: The value to assign to the uri property of this DataAsset. :type uri: str :param custom_property_members: The value to assign to the custom_property_members property of this DataAsset. :type custom_property_members: list[oci.data_catalog.models.CustomPropertyGetUsage] :param data_selector_patterns: The value to assign to the data_selector_patterns property of this DataAsset. :type data_selector_patterns: list[oci.data_catalog.models.PatternSummary] :param properties: The value to assign to the properties property of this DataAsset. :type properties: dict(str, dict(str, str)) �strZdatetimezlist[CustomPropertyGetUsage]zlist[PatternSummary]zdict(str, dict(str, str)))�key�display_name�description� catalog_id�external_key�type_key�lifecycle_state�lifecycle_details�time_created�time_updated�time_harvested� created_by_id� updated_by_id�uri�custom_property_members�data_selector_patterns� propertiesr ZdisplayNamer Z catalogIdZexternalKeyZtypeKeyZlifecycleStateZlifecycleDetailsZtimeCreatedZtimeUpdatedZ timeHarvestedZcreatedByIdZupdatedByIdr ZcustomPropertyMembersZdataSelectorPatternsr N)Z swagger_typesZ attribute_map�_key� _display_name�_description�_catalog_id� _external_key� _type_key�_lifecycle_state�_lifecycle_details� _time_created� _time_updated�_time_harvested�_created_by_id�_updated_by_id�_uri�_custom_property_members�_data_selector_patterns�_properties)�self�kwargs� r4 �F/usr/lib/python3.9/site-packages/oci/data_catalog/models/data_asset.py�__init__4 sj M��zDataAsset.__init__c C s | j S )z� **[Required]** Gets the key of this DataAsset. Unique data asset key that is immutable. :return: The key of this DataAsset. :rtype: str �r! �r2 r4 r4 r5 r � s z DataAsset.keyc C s || _ dS )z� Sets the key of this DataAsset. Unique data asset key that is immutable. :param key: The key of this DataAsset. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )a Gets the display_name of this DataAsset. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this DataAsset. :rtype: str �r"