📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rename_rule.pyc
a N��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 �str�ParentReference�bool�ConfigValues�int)� model_type�key� model_version� parent_ref�is_java_regex_syntax� config_values� object_status�description� is_skip_remaining_rules_on_match� from_name�to_name� modelTyper �modelVersion� parentRef�isJavaRegexSyntax�configValues�objectStatusr �isSkipRemainingRulesOnMatch�fromName�toNameN�RENAME_RULE) � swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_is_java_regex_syntax�_config_values�_object_status�_description�!_is_skip_remaining_rules_on_match� _from_name�_to_name)�self�kwargs� r2 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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- �r0 r2 r2 r3 r m 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 Nr5 )r0 r r2 r2 r3 r y 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. r6 r2 r2 r3 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 Nr7 )r0 r r2 r2 r3 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/ r6 r2 r2 r3 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 Nr8 )r0 r r2 r2 r3 r � s c C s t | �S �N)r r6 r2 r2 r3 �__repr__� s zRenameRule.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r0 �otherr2 r2 r3 �__eq__� s zRenameRule.__eq__c C s | |k S r9 r2 r<