📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_job_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� �Zdd� Z dd� Zdd� ZdS )�UpdateJobDetailsz- Job properties that can be updated. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new UpdateJobDetails 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 UpdateJobDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateJobDetails. :type description: str :param schedule_cron_expression: The value to assign to the schedule_cron_expression property of this UpdateJobDetails. :type schedule_cron_expression: str :param time_schedule_begin: The value to assign to the time_schedule_begin property of this UpdateJobDetails. :type time_schedule_begin: datetime :param time_schedule_end: The value to assign to the time_schedule_end property of this UpdateJobDetails. :type time_schedule_end: datetime :param connection_key: The value to assign to the connection_key property of this UpdateJobDetails. :type connection_key: str �strZdatetime)�display_name�description�schedule_cron_expression�time_schedule_begin�time_schedule_end�connection_keyZdisplayNamer ZscheduleCronExpressionZtimeScheduleBeginZtimeScheduleEndZ connectionKeyN)Z swagger_typesZ attribute_map� _display_name�_description�_schedule_cron_expression�_time_schedule_begin�_time_schedule_end�_connection_key)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/data_catalog/models/update_job_details.py�__init__ s( � � zUpdateJobDetails.__init__c C s | j S )a Gets the display_name of this UpdateJobDetails. 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 UpdateJobDetails. :rtype: str �r �r r r r r I s zUpdateJobDetails.display_namec C s || _ dS )a& Sets the display_name of this UpdateJobDetails. 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 UpdateJobDetails. :type: str Nr )r r r r r r V s c C s | j S )z� Gets the description of this UpdateJobDetails. Detailed description of the job. :return: The description of this UpdateJobDetails. :rtype: str �r r r r r r c s zUpdateJobDetails.descriptionc C s || _ dS )z� Sets the description of this UpdateJobDetails. Detailed description of the job. :param description: The description of this UpdateJobDetails. :type: str Nr )r r r r r r o s c C s | j S )a� Gets the schedule_cron_expression of this UpdateJobDetails. Interval on which the job will be run. Value is specified as a cron-supported time specification "nickname". The following subset of those is supported: @monthly, @weekly, @daily, @hourly. For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency. :return: The schedule_cron_expression of this UpdateJobDetails. :rtype: str �r r r r r r { s z)UpdateJobDetails.schedule_cron_expressionc C s || _ dS )a Sets the schedule_cron_expression of this UpdateJobDetails. Interval on which the job will be run. Value is specified as a cron-supported time specification "nickname". The following subset of those is supported: @monthly, @weekly, @daily, @hourly. For metastore sync, an additional option @default is supported, which will schedule jobs at a more granular frequency. :param schedule_cron_expression: The schedule_cron_expression of this UpdateJobDetails. :type: str Nr )r r r r r r � s c C s | j S )a6 Gets the time_schedule_begin of this UpdateJobDetails. Date that the schedule should be operational. An `RFC3339`__ formatted datetime string. __ https://tools.ietf.org/html/rfc3339 :return: The time_schedule_begin of this UpdateJobDetails. :rtype: datetime �r r r r r r � s z$UpdateJobDetails.time_schedule_beginc C s || _ dS )aH Sets the time_schedule_begin of this UpdateJobDetails. Date that the schedule should be operational. An `RFC3339`__ formatted datetime string. __ https://tools.ietf.org/html/rfc3339 :param time_schedule_begin: The time_schedule_begin of this UpdateJobDetails. :type: datetime Nr )r r r r r r � s c C s | j S )a> Gets the time_schedule_end of this UpdateJobDetails. Date that the schedule should end from being operational. An `RFC3339`__ formatted datetime string. __ https://tools.ietf.org/html/rfc3339 :return: The time_schedule_end of this UpdateJobDetails. :rtype: datetime �r r r r r r � s z"UpdateJobDetails.time_schedule_endc C s || _ dS )aN Sets the time_schedule_end of this UpdateJobDetails. Date that the schedule should end from being operational. An `RFC3339`__ formatted datetime string. __ https://tools.ietf.org/html/rfc3339 :param time_schedule_end: The time_schedule_end of this UpdateJobDetails. :type: datetime Nr )r r r r r r � s c C s | j S )z� Gets the connection_key of this UpdateJobDetails. The key of the connection resource that is used for the harvest by this job. :return: The connection_key of this UpdateJobDetails. :rtype: str �r r r r r r � s zUpdateJobDetails.connection_keyc C s || _ dS )z� Sets the connection_key of this UpdateJobDetails. The key of the connection resource that is used for the harvest by this job. :param connection_key: The connection_key of this UpdateJobDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zUpdateJobDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zUpdateJobDetails.__eq__c C s | |k S r r r# r r r �__ne__� s zUpdateJobDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&