ruạṛ
a N��f,2 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ProjectionRule� )�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� �Zdd� Zd d!� Zd"d#� Zd$S )%�NameListRulez{ The name list rule which defines how fields are projected. For example, this may be all fields begining with STR. �NAME_OR_TAGS� TAGS_ONLY� NAME_ONLY�INCLUDE�EXCLUDEc K s� dddddddddddddddd�| _ d d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a$ Initializes a new NameListRule object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.NameListRule.model_type` attribute of this class is ``NAME_LIST_RULE`` 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 NameListRule. Allowed values for this property are: "NAME_PATTERN_RULE", "TYPE_LIST_RULE", "NAME_LIST_RULE", "TYPED_NAME_PATTERN_RULE", "RENAME_RULE", "GROUPED_NAME_PATTERN_RULE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param key: The value to assign to the key property of this NameListRule. :type key: str :param model_version: The value to assign to the model_version property of this NameListRule. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this NameListRule. :type parent_ref: oci.data_integration.models.ParentReference :param is_java_regex_syntax: The value to assign to the is_java_regex_syntax property of this NameListRule. :type is_java_regex_syntax: bool :param config_values: The value to assign to the config_values property of this NameListRule. :type config_values: oci.data_integration.models.ConfigValues :param object_status: The value to assign to the object_status property of this NameListRule. :type object_status: int :param description: The value to assign to the description property of this NameListRule. :type description: str :param is_skip_remaining_rules_on_match: The value to assign to the is_skip_remaining_rules_on_match property of this NameListRule. :type is_skip_remaining_rules_on_match: bool :param scope: The value to assign to the scope property of this NameListRule. :type scope: object :param is_cascade: The value to assign to the is_cascade property of this NameListRule. :type is_cascade: bool :param matching_strategy: The value to assign to the matching_strategy property of this NameListRule. Allowed values for this property are: "NAME_OR_TAGS", "TAGS_ONLY", "NAME_ONLY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type matching_strategy: str :param is_case_sensitive: The value to assign to the is_case_sensitive property of this NameListRule. :type is_case_sensitive: bool :param rule_type: The value to assign to the rule_type property of this NameListRule. Allowed values for this property are: "INCLUDE", "EXCLUDE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type rule_type: str :param names: The value to assign to the names property of this NameListRule. :type names: list[str] �str�ParentReference�bool�ConfigValues�int�objectz list[str])� model_type�key� model_version� parent_ref�is_java_regex_syntax� config_values� object_status�description� is_skip_remaining_rules_on_match�scope� is_cascade�matching_strategy�is_case_sensitive� rule_type�names� modelTyper �modelVersion� parentRef�isJavaRegexSyntax�configValues�objectStatusr �isSkipRemainingRulesOnMatchr � isCascade�matchingStrategy�isCaseSensitive�ruleTyper"