ruạṛ
a N��f�3 � @ 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 �str�ParentReference�ConfigValues�bool�int�RuleTypeConfig) � 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_config� modelTyper r �modelVersion� parentRef�configValues�mapType�fromPattern� toPattern�isJavaRegexSyntax�objectStatus�fromRuleConfig�toRuleConfigN�RULE_BASED_FIELD_MAP)� swagger_types� attribute_map�_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_config)�self�kwargs� r<