📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_pattern_details.cpython-39.pyc
a ���f/ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreatePatternDetailsz7 Properties used in pattern create operations. c K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new CreatePatternDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this CreatePatternDetails. :type display_name: str :param description: The value to assign to the description property of this CreatePatternDetails. :type description: str :param expression: The value to assign to the expression property of this CreatePatternDetails. :type expression: str :param file_path_prefix: The value to assign to the file_path_prefix property of this CreatePatternDetails. :type file_path_prefix: str :param check_file_path_list: The value to assign to the check_file_path_list property of this CreatePatternDetails. :type check_file_path_list: list[str] :param is_enable_check_failure_limit: The value to assign to the is_enable_check_failure_limit property of this CreatePatternDetails. :type is_enable_check_failure_limit: bool :param check_failure_limit: The value to assign to the check_failure_limit property of this CreatePatternDetails. :type check_failure_limit: int :param properties: The value to assign to the properties property of this CreatePatternDetails. :type properties: dict(str, dict(str, str)) �strz list[str]�bool�intzdict(str, dict(str, str)))�display_name�description� expression�file_path_prefix�check_file_path_list�is_enable_check_failure_limit�check_failure_limit� propertiesZdisplayNamer r ZfilePathPrefixZcheckFilePathListZisEnableCheckFailureLimitZcheckFailureLimitr N) Z swagger_typesZ attribute_map� _display_name�_description�_expression�_file_path_prefix�_check_file_path_list�_is_enable_check_failure_limit�_check_failure_limit�_properties)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/data_catalog/models/create_pattern_details.py�__init__ s4 '��zCreatePatternDetails.__init__c C s | j S )a2 **[Required]** Gets the display_name of this CreatePatternDetails. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this CreatePatternDetails. :rtype: str �r �r r r r r W s z!CreatePatternDetails.display_namec C s || _ dS )a. Sets the display_name of this CreatePatternDetails. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this CreatePatternDetails. :type: str Nr )r r r r r r d s c C s | j S )z� Gets the description of this CreatePatternDetails. Detailed description of the Pattern. :return: The description of this CreatePatternDetails. :rtype: str �r r r r r r q s z CreatePatternDetails.descriptionc C s || _ dS )z� Sets the description of this CreatePatternDetails. Detailed description of the Pattern. :param description: The description of this CreatePatternDetails. :type: str Nr! )r r r r r r } s c C s | j S )a� Gets the expression of this CreatePatternDetails. Input string which drives the selection process, allowing for fine-grained control using qualifiers. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression. :return: The expression of this CreatePatternDetails. :rtype: str �r r r r r r � s zCreatePatternDetails.expressionc C s || _ dS )a� Sets the expression of this CreatePatternDetails. Input string which drives the selection process, allowing for fine-grained control using qualifiers. Refer to the user documentation for details of the format and examples. A pattern cannot include both a prefix and an expression. :param expression: The expression of this CreatePatternDetails. :type: str Nr"