📂 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_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: discovery_job_result_summary.cpython-39.opt-1.pyc
a ���f�\ � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e 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� �Zd9d:� Zd;d<� Zd=d>� Zd?S )@�DiscoveryJobResultSummaryz, Summary of a discovery job result. �TABLE�EDITIONING_VIEW�NONE�APP_DEFINED� DB_DEFINEDc K s� ddddddddddddddddd�| _ dddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new DiscoveryJobResultSummary 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 DiscoveryJobResultSummary. :type key: str :param discovery_type: The value to assign to the discovery_type property of this DiscoveryJobResultSummary. :type discovery_type: str :param sensitive_columnkey: The value to assign to the sensitive_columnkey property of this DiscoveryJobResultSummary. :type sensitive_columnkey: str :param schema_name: The value to assign to the schema_name property of this DiscoveryJobResultSummary. :type schema_name: str :param object_name: The value to assign to the object_name property of this DiscoveryJobResultSummary. :type object_name: str :param column_name: The value to assign to the column_name property of this DiscoveryJobResultSummary. :type column_name: str :param object_type: The value to assign to the object_type property of this DiscoveryJobResultSummary. Allowed values for this property are: "TABLE", "EDITIONING_VIEW", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type object_type: str :param data_type: The value to assign to the data_type property of this DiscoveryJobResultSummary. :type data_type: str :param sensitive_type_id: The value to assign to the sensitive_type_id property of this DiscoveryJobResultSummary. :type sensitive_type_id: str :param parent_column_keys: The value to assign to the parent_column_keys property of this DiscoveryJobResultSummary. :type parent_column_keys: list[str] :param relation_type: The value to assign to the relation_type property of this DiscoveryJobResultSummary. Allowed values for this property are: "NONE", "APP_DEFINED", "DB_DEFINED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type relation_type: str :param estimated_data_value_count: The value to assign to the estimated_data_value_count property of this DiscoveryJobResultSummary. :type estimated_data_value_count: int :param sample_data_values: The value to assign to the sample_data_values property of this DiscoveryJobResultSummary. :type sample_data_values: list[str] :param planned_action: The value to assign to the planned_action property of this DiscoveryJobResultSummary. :type planned_action: str :param is_result_applied: The value to assign to the is_result_applied property of this DiscoveryJobResultSummary. :type is_result_applied: bool :param discovery_job_id: The value to assign to the discovery_job_id property of this DiscoveryJobResultSummary. :type discovery_job_id: str �strz list[str]�int�bool)�key�discovery_type�sensitive_columnkey�schema_name�object_name�column_name�object_type� data_type�sensitive_type_id�parent_column_keys� relation_type�estimated_data_value_count�sample_data_values�planned_action�is_result_applied�discovery_job_idr Z discoveryTypeZsensitiveColumnkeyZ schemaNameZ objectNameZ columnNameZ objectTypeZdataTypeZsensitiveTypeIdZparentColumnKeysZrelationTypeZestimatedDataValueCountZsampleDataValuesZ plannedActionZisResultAppliedZdiscoveryJobIdN)Z swagger_typesZ attribute_map�_key�_discovery_type�_sensitive_columnkey�_schema_name�_object_name�_column_name�_object_type� _data_type�_sensitive_type_id�_parent_column_keys�_relation_type�_estimated_data_value_count�_sample_data_values�_planned_action�_is_result_applied�_discovery_job_id)�self�kwargs� r1 �U/usr/lib/python3.9/site-packages/oci/data_safe/models/discovery_job_result_summary.py�__init__&