📂 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: attribute_summary.cpython-39.pyc
a ���fr� � @ 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 @ sN e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#edEdF� �Z$e$jdGdF� �Z$edHdI� �Z%e%jdJdI� �Z%edKdL� �Z&e&jdMdL� �Z&edNdO� �Z'e'jdPdO� �Z'edQdR� �Z(e(jdSdR� �Z(edTdU� �Z)e)jdVdU� �Z)edWdX� �Z*e*jdYdX� �Z*edZd[� �Z+e+jd\d[� �Z+ed]d^� �Z,e,jd_d^� �Z,ed`da� �Z-e-jdbda� �Z-edcdd� �Z.e.jdedd� �Z.dfdg� Z/dhdi� Z0djdk� Z1dlS )m�AttributeSummaryz) Summary of an entity attribute. �CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILED�MOVING� PRIMARYKEY� FOREIGNKEY� UNIQUEKEYc K s6 dddddddddddddddddddddddddddddd�| _ d d ddd ddddddddddddddddddd d!d"d#d$d%d�| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _ d&| _ d&| _d&| _d&| _ d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&| _d&S )'az Initializes a new AttributeSummary 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 AttributeSummary. :type key: str :param display_name: The value to assign to the display_name property of this AttributeSummary. :type display_name: str :param business_name: The value to assign to the business_name property of this AttributeSummary. :type business_name: str :param description: The value to assign to the description property of this AttributeSummary. :type description: str :param entity_key: The value to assign to the entity_key property of this AttributeSummary. :type entity_key: str :param external_key: The value to assign to the external_key property of this AttributeSummary. :type external_key: str :param length: The value to assign to the length property of this AttributeSummary. :type length: int :param position: The value to assign to the position property of this AttributeSummary. :type position: int :param precision: The value to assign to the precision property of this AttributeSummary. :type precision: int :param scale: The value to assign to the scale property of this AttributeSummary. :type scale: int :param is_nullable: The value to assign to the is_nullable property of this AttributeSummary. :type is_nullable: bool :param uri: The value to assign to the uri property of this AttributeSummary. :type uri: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AttributeSummary. 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 AttributeSummary. :type lifecycle_details: str :param time_created: The value to assign to the time_created property of this AttributeSummary. :type time_created: datetime :param external_data_type: The value to assign to the external_data_type property of this AttributeSummary. :type external_data_type: str :param type_key: The value to assign to the type_key property of this AttributeSummary. :type type_key: str :param min_collection_count: The value to assign to the min_collection_count property of this AttributeSummary. :type min_collection_count: int :param max_collection_count: The value to assign to the max_collection_count property of this AttributeSummary. :type max_collection_count: int :param datatype_entity_key: The value to assign to the datatype_entity_key property of this AttributeSummary. :type datatype_entity_key: str :param external_datatype_entity_key: The value to assign to the external_datatype_entity_key property of this AttributeSummary. :type external_datatype_entity_key: str :param parent_attribute_key: The value to assign to the parent_attribute_key property of this AttributeSummary. :type parent_attribute_key: str :param external_parent_attribute_key: The value to assign to the external_parent_attribute_key property of this AttributeSummary. :type external_parent_attribute_key: str :param path: The value to assign to the path property of this AttributeSummary. :type path: str :param custom_property_members: The value to assign to the custom_property_members property of this AttributeSummary. :type custom_property_members: list[oci.data_catalog.models.CustomPropertyGetUsage] :param associated_rule_types: The value to assign to the associated_rule_types property of this AttributeSummary. Allowed values for items in this list are: "PRIMARYKEY", "FOREIGNKEY", "UNIQUEKEY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type associated_rule_types: list[str] :param is_derived_attribute: The value to assign to the is_derived_attribute property of this AttributeSummary. :type is_derived_attribute: bool :param time_updated: The value to assign to the time_updated property of this AttributeSummary. :type time_updated: datetime :param properties: The value to assign to the properties property of this AttributeSummary. :type properties: dict(str, dict(str, str)) �str�int�boolZdatetimezlist[CustomPropertyGetUsage]z list[str]zdict(str, dict(str, str)))�key�display_name� business_name�description� entity_key�external_key�length�position� precision�scale�is_nullable�uri�lifecycle_state�lifecycle_details�time_created�external_data_type�type_key�min_collection_count�max_collection_count�datatype_entity_key�external_datatype_entity_key�parent_attribute_key�external_parent_attribute_key�path�custom_property_members�associated_rule_types�is_derived_attribute�time_updated� propertiesr ZdisplayNameZbusinessNamer Z entityKeyZexternalKeyr r r r Z isNullabler ZlifecycleStateZlifecycleDetailsZtimeCreatedZexternalDataTypeZtypeKeyZminCollectionCountZmaxCollectionCountZdatatypeEntityKeyZexternalDatatypeEntityKeyZparentAttributeKeyZexternalParentAttributeKeyr, ZcustomPropertyMembersZassociatedRuleTypesZisDerivedAttributeZtimeUpdatedr1 N)Z swagger_typesZ attribute_map�_key� _display_name�_business_name�_description�_entity_key� _external_key�_length� _position� _precision�_scale�_is_nullable�_uri�_lifecycle_state�_lifecycle_details� _time_created�_external_data_type� _type_key�_min_collection_count�_max_collection_count�_datatype_entity_key�_external_datatype_entity_key�_parent_attribute_key�_external_parent_attribute_key�_path�_custom_property_members�_associated_rule_types�_is_derived_attribute� _time_updated�_properties)�self�kwargs� rQ �M/usr/lib/python3.9/site-packages/oci/data_catalog/models/attribute_summary.py�__init__>