📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rename_rule.cpython-39.pyc
a ���f � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� RenameRulez' Lets you rename an attribute. c K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _dS )a� Initializes a new RenameRule object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.RenameRule.model_type` attribute of this class is ``RENAME_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 RenameRule. 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" :type model_type: str :param key: The value to assign to the key property of this RenameRule. :type key: str :param model_version: The value to assign to the model_version property of this RenameRule. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this RenameRule. :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 RenameRule. :type is_java_regex_syntax: bool :param config_values: The value to assign to the config_values property of this RenameRule. :type config_values: oci.data_integration.models.ConfigValues :param object_status: The value to assign to the object_status property of this RenameRule. :type object_status: int :param description: The value to assign to the description property of this RenameRule. :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 RenameRule. :type is_skip_remaining_rules_on_match: bool :param from_name: The value to assign to the from_name property of this RenameRule. :type from_name: str :param to_name: The value to assign to the to_name property of this RenameRule. :type to_name: str �strZParentReference�boolZConfigValues�int)Z model_type�keyZ model_versionZ parent_refZis_java_regex_syntaxZ config_valuesZ object_status�description� is_skip_remaining_rules_on_match� from_name�to_nameZ modelTyper ZmodelVersionZ parentRefZisJavaRegexSyntaxZconfigValuesZobjectStatusr ZisSkipRemainingRulesOnMatchZfromNameZtoNameNZRENAME_RULE) Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_refZ_is_java_regex_syntaxZ_config_valuesZ_object_statusZ_description�!_is_skip_remaining_rules_on_match� _from_name�_to_name)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/data_integration/models/rename_rule.py�__init__ sH 5��zRenameRule.__init__c C s | j S )z� Gets the is_skip_remaining_rules_on_match of this RenameRule. Specifies whether to skip remaining rules when a match is found. :return: The is_skip_remaining_rules_on_match of this RenameRule. :rtype: bool �r �r r r r r o s z+RenameRule.is_skip_remaining_rules_on_matchc C s || _ dS )a Sets the is_skip_remaining_rules_on_match of this RenameRule. 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 RenameRule. :type: bool Nr )r r r r r r { s c C s | j S )z� Gets the from_name of this RenameRule. The attribute name that needs to be renamed. :return: The from_name of this RenameRule. :rtype: str �r r r r r r � s zRenameRule.from_namec C s || _ dS )z� Sets the from_name of this RenameRule. The attribute name that needs to be renamed. :param from_name: The from_name of this RenameRule. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the to_name of this RenameRule. The new attribute name. :return: The to_name of this RenameRule. :rtype: str �r r r r r r � s zRenameRule.to_namec C s || _ dS )z� Sets the to_name of this RenameRule. The new attribute name. :param to_name: The to_name of this RenameRule. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zRenameRule.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zRenameRule.__eq__c C s | |k S r r r r r r �__ne__� s zRenameRule.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"