ruạṛ
a N��f�5 � @ 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� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�GroupedNamePatternRulezJ This rule projects fields as a group recognised as name pattern. �NAME_OR_TAGS� TAGS_ONLY� NAME_ONLY�INCLUDE�EXCLUDEc K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a\ Initializes a new GroupedNamePatternRule object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.GroupedNamePatternRule.model_type` attribute of this class is ``GROUPED_NAME_PATTERN_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 GroupedNamePatternRule. 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 GroupedNamePatternRule. :type key: str :param model_version: The value to assign to the model_version property of this GroupedNamePatternRule. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this GroupedNamePatternRule. :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 GroupedNamePatternRule. :type is_java_regex_syntax: bool :param config_values: The value to assign to the config_values property of this GroupedNamePatternRule. :type config_values: oci.data_integration.models.ConfigValues :param object_status: The value to assign to the object_status property of this GroupedNamePatternRule. :type object_status: int :param description: The value to assign to the description property of this GroupedNamePatternRule. :type description: str :param name: The value to assign to the name property of this GroupedNamePatternRule. :type name: str :param is_skip_remaining_rules_on_match: The value to assign to the is_skip_remaining_rules_on_match property of this GroupedNamePatternRule. :type is_skip_remaining_rules_on_match: bool :param scope: The value to assign to the scope property of this GroupedNamePatternRule. :type scope: object :param is_cascade: The value to assign to the is_cascade property of this GroupedNamePatternRule. :type is_cascade: bool :param matching_strategy: The value to assign to the matching_strategy property of this GroupedNamePatternRule. 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 GroupedNamePatternRule. :type is_case_sensitive: bool :param rule_type: The value to assign to the rule_type property of this GroupedNamePatternRule. 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 pattern: The value to assign to the pattern property of this GroupedNamePatternRule. :type pattern: str �str�ParentReference�bool�ConfigValues�int�object)� model_type�key� model_version� parent_ref�is_java_regex_syntax� config_values� object_status�description�name� is_skip_remaining_rules_on_match�scope� is_cascade�matching_strategy�is_case_sensitive� rule_type�pattern� modelTyper �modelVersion� parentRef�isJavaRegexSyntax�configValues�objectStatusr r �isSkipRemainingRulesOnMatchr � isCascade�matchingStrategy�isCaseSensitive�ruleTyper# N�GROUPED_NAME_PATTERN_RULE)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_is_java_regex_syntax�_config_values�_object_status�_description�_name�!_is_skip_remaining_rules_on_match�_scope�_is_cascade�_matching_strategy�_is_case_sensitive� _rule_type�_pattern)�self�kwargs� rD ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/grouped_name_pattern_rule.py�__init__$ sf N��zGroupedNamePatternRule.__init__c C s | j S )z� Gets the name of this GroupedNamePatternRule. Name of the group. :return: The name of this GroupedNamePatternRule. :rtype: str �r: �rB rD rD rE r � s zGroupedNamePatternRule.namec C s || _ dS )z� Sets the name of this GroupedNamePatternRule. Name of the group. :param name: The name of this GroupedNamePatternRule. :type: str NrG )rB r rD rD rE r � s c C s | j S )a Gets the is_skip_remaining_rules_on_match of this GroupedNamePatternRule. Specifies whether to skip remaining rules when a match is found. :return: The is_skip_remaining_rules_on_match of this GroupedNamePatternRule. :rtype: bool �r; rH rD rD rE r � s z7GroupedNamePatternRule.is_skip_remaining_rules_on_matchc C s || _ dS )a0 Sets the is_skip_remaining_rules_on_match of this GroupedNamePatternRule. Specifies whether to skip remaining rules when a match is found. :param is_skip_remaining_rules_on_match: The is_skip_remaining_rules_on_match of this GroupedNamePatternRule. :type: bool NrI )rB r rD rD rE r � s c C s | j S )aE Gets the scope of this GroupedNamePatternRule. Reference to a typed object. This can be either a key value to an object within the document, a shall referenced to a `TypedObject`, or a full `TypedObject` definition. :return: The scope of this GroupedNamePatternRule. :rtype: object �r<