📂 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_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rule_based_field_map.cpython-39.opt-1.pyc
a ���fQ4 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�FieldMap� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sZ e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�RuleBasedFieldMapz! A map of rule patterns. � MAPBYNAME� MAPBYPOSITION�MAPBYPATTERNc K s� dddddddddddddd� | _ dd d ddd dddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new RuleBasedFieldMap object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.RuleBasedFieldMap.model_type` attribute of this class is ``RULE_BASED_FIELD_MAP`` 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 RuleBasedFieldMap. Allowed values for this property are: "DIRECT_NAMED_FIELD_MAP", "COMPOSITE_FIELD_MAP", "DIRECT_FIELD_MAP", "RULE_BASED_FIELD_MAP", "CONDITIONAL_COMPOSITE_FIELD_MAP", "NAMED_ENTITY_MAP", "RULE_BASED_ENTITY_MAP", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param description: The value to assign to the description property of this RuleBasedFieldMap. :type description: str :param key: The value to assign to the key property of this RuleBasedFieldMap. :type key: str :param model_version: The value to assign to the model_version property of this RuleBasedFieldMap. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this RuleBasedFieldMap. :type parent_ref: oci.data_integration.models.ParentReference :param config_values: The value to assign to the config_values property of this RuleBasedFieldMap. :type config_values: oci.data_integration.models.ConfigValues :param map_type: The value to assign to the map_type property of this RuleBasedFieldMap. Allowed values for this property are: "MAPBYNAME", "MAPBYPOSITION", "MAPBYPATTERN", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type map_type: str :param from_pattern: The value to assign to the from_pattern property of this RuleBasedFieldMap. :type from_pattern: str :param to_pattern: The value to assign to the to_pattern property of this RuleBasedFieldMap. :type to_pattern: str :param is_java_regex_syntax: The value to assign to the is_java_regex_syntax property of this RuleBasedFieldMap. :type is_java_regex_syntax: bool :param object_status: The value to assign to the object_status property of this RuleBasedFieldMap. :type object_status: int :param from_rule_config: The value to assign to the from_rule_config property of this RuleBasedFieldMap. :type from_rule_config: oci.data_integration.models.RuleTypeConfig :param to_rule_config: The value to assign to the to_rule_config property of this RuleBasedFieldMap. :type to_rule_config: oci.data_integration.models.RuleTypeConfig �strZParentReferenceZConfigValues�bool�intZRuleTypeConfig) Z model_type�description�key� model_version� parent_ref� config_values�map_type�from_pattern� to_pattern�is_java_regex_syntax� object_status�from_rule_config�to_rule_configZ modelTyper r ZmodelVersionZ parentRefZconfigValuesZmapTypeZfromPatternZ toPatternZisJavaRegexSyntaxZobjectStatusZfromRuleConfigZtoRuleConfigNZRULE_BASED_FIELD_MAP)Z swagger_typesZ attribute_mapZ_model_typeZ_description�_key�_model_version�_parent_ref�_config_values� _map_type� _from_pattern�_to_pattern�_is_java_regex_syntax�_object_status�_from_rule_config�_to_rule_config)�self�kwargs� r( �T/usr/lib/python3.9/site-packages/oci/data_integration/models/rule_based_field_map.py�__init__ sT @��zRuleBasedFieldMap.__init__c C s | j S )z� Gets the key of this RuleBasedFieldMap. The object key. :return: The key of this RuleBasedFieldMap. :rtype: str �r �r&