📂 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_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: job_definition_scope.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� �Zdd� Z dd� Zdd� ZdS )�JobDefinitionScopeze Defines the rules or criteria based on which the scope for job definition is circumscribed. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new JobDefinitionScope object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param folder_name: The value to assign to the folder_name property of this JobDefinitionScope. :type folder_name: str :param entity_name: The value to assign to the entity_name property of this JobDefinitionScope. :type entity_name: str :param folder_name_filter: The value to assign to the folder_name_filter property of this JobDefinitionScope. :type folder_name_filter: str :param entity_name_filter: The value to assign to the entity_name_filter property of this JobDefinitionScope. :type entity_name_filter: str :param is_sample_data_extracted: The value to assign to the is_sample_data_extracted property of this JobDefinitionScope. :type is_sample_data_extracted: bool :param sample_data_size_in_mbs: The value to assign to the sample_data_size_in_mbs property of this JobDefinitionScope. :type sample_data_size_in_mbs: int �str�bool�int)�folder_name�entity_name�folder_name_filter�entity_name_filter�is_sample_data_extracted�sample_data_size_in_mbsZ folderNameZ entityNameZfolderNameFilterZentityNameFilterZisSampleDataExtractedZsampleDataSizeInMBsN)Z swagger_typesZ attribute_map�_folder_name�_entity_name�_folder_name_filter�_entity_name_filter�_is_sample_data_extracted�_sample_data_size_in_mbs)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/data_catalog/models/job_definition_scope.py�__init__ s( � � zJobDefinitionScope.__init__c C s | j S )z� Gets the folder_name of this JobDefinitionScope. Name of the folder or schema for this metadata harvest. :return: The folder_name of this JobDefinitionScope. :rtype: str �r �r r r r r I s zJobDefinitionScope.folder_namec C s || _ dS )z� Sets the folder_name of this JobDefinitionScope. Name of the folder or schema for this metadata harvest. :param folder_name: The folder_name of this JobDefinitionScope. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the entity_name of this JobDefinitionScope. Name of the entity for this metadata harvest. :return: The entity_name of this JobDefinitionScope. :rtype: str �r r r r r r a s zJobDefinitionScope.entity_namec C s || _ dS )z� Sets the entity_name of this JobDefinitionScope. Name of the entity for this metadata harvest. :param entity_name: The entity_name of this JobDefinitionScope. :type: str Nr )r r r r r r m s c C s | j S )a Gets the folder_name_filter of this JobDefinitionScope. Filter rules with regular expression to specify folder names for this metadata harvest. :return: The folder_name_filter of this JobDefinitionScope. :rtype: str �r r r r r r y s z%JobDefinitionScope.folder_name_filterc C s || _ dS )a Sets the folder_name_filter of this JobDefinitionScope. Filter rules with regular expression to specify folder names for this metadata harvest. :param folder_name_filter: The folder_name_filter of this JobDefinitionScope. :type: str Nr )r r r r r r � s c C s | j S )a Gets the entity_name_filter of this JobDefinitionScope. Filter rules with regular expression to specify entity names for this metadata harvest. :return: The entity_name_filter of this JobDefinitionScope. :rtype: str �r r r r r r � s z%JobDefinitionScope.entity_name_filterc C s || _ dS )a Sets the entity_name_filter of this JobDefinitionScope. Filter rules with regular expression to specify entity names for this metadata harvest. :param entity_name_filter: The entity_name_filter of this JobDefinitionScope. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the is_sample_data_extracted of this JobDefinitionScope. Specify if sample data to be extracted as part of this harvest. :return: The is_sample_data_extracted of this JobDefinitionScope. :rtype: bool �r r r r r r � s z+JobDefinitionScope.is_sample_data_extractedc C s || _ dS )a Sets the is_sample_data_extracted of this JobDefinitionScope. Specify if sample data to be extracted as part of this harvest. :param is_sample_data_extracted: The is_sample_data_extracted of this JobDefinitionScope. :type: bool Nr )r r r r r r � s c C s | j S )a Gets the sample_data_size_in_mbs of this JobDefinitionScope. Specify the sample data size in MB, specified as number of rows, for this metadata harvest. :return: The sample_data_size_in_mbs of this JobDefinitionScope. :rtype: int �r r r r r r � s z*JobDefinitionScope.sample_data_size_in_mbsc C s || _ dS )a' Sets the sample_data_size_in_mbs of this JobDefinitionScope. Specify the sample data size in MB, specified as number of rows, for this metadata harvest. :param sample_data_size_in_mbs: The sample_data_size_in_mbs of this JobDefinitionScope. :type: int Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zJobDefinitionScope.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zJobDefinitionScope.__eq__c C s | |k S r"