📂 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_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_summary.cpython-39.pyc
a ���fZ3 � @ 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 @ sT 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(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�DataAssetSummarya8 Summary of a data asset. 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 sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )as Initializes a new DataAssetSummary 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 DataAssetSummary. :type key: str :param display_name: The value to assign to the display_name property of this DataAssetSummary. :type display_name: str :param description: The value to assign to the description property of this DataAssetSummary. :type description: str :param catalog_id: The value to assign to the catalog_id property of this DataAssetSummary. :type catalog_id: str :param external_key: The value to assign to the external_key property of this DataAssetSummary. :type external_key: str :param uri: The value to assign to the uri property of this DataAssetSummary. :type uri: str :param time_created: The value to assign to the time_created property of this DataAssetSummary. :type time_created: datetime :param type_key: The value to assign to the type_key property of this DataAssetSummary. :type type_key: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DataAssetSummary. 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 DataAssetSummary. :type lifecycle_details: str �strZdatetime) �key�display_name�description� catalog_id�external_key�uri�time_created�type_key�lifecycle_state�lifecycle_detailsr ZdisplayNamer Z catalogIdZexternalKeyr ZtimeCreatedZtypeKeyZlifecycleStateZlifecycleDetailsN)Z swagger_typesZ attribute_map�_key� _display_name�_description�_catalog_id� _external_key�_uri� _time_created� _type_key�_lifecycle_state�_lifecycle_details)�self�kwargs� r&