📂 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: create_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� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �CreateJobDetailsz* Properties used to create a job. c K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )aF Initializes a new CreateJobDetails 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 CreateJobDetails. :type display_name: str :param description: The value to assign to the description property of this CreateJobDetails. :type description: str :param schedule_cron_expression: The value to assign to the schedule_cron_expression property of this CreateJobDetails. :type schedule_cron_expression: str :param time_schedule_begin: The value to assign to the time_schedule_begin property of this CreateJobDetails. :type time_schedule_begin: datetime :param time_schedule_end: The value to assign to the time_schedule_end property of this CreateJobDetails. :type time_schedule_end: datetime :param connection_key: The value to assign to the connection_key property of this CreateJobDetails. :type connection_key: str :param job_definition_key: The value to assign to the job_definition_key property of this CreateJobDetails. :type job_definition_key: str �strZdatetime)�display_name�description�schedule_cron_expression�time_schedule_begin�time_schedule_end�connection_key�job_definition_keyZdisplayNamer ZscheduleCronExpressionZtimeScheduleBeginZtimeScheduleEndZ connectionKeyZjobDefinitionKeyN) Z swagger_typesZ attribute_map� _display_name�_description�_schedule_cron_expression�_time_schedule_begin�_time_schedule_end�_connection_key�_job_definition_key)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/data_catalog/models/create_job_details.py�__init__ s. #�� zCreateJobDetails.__init__c C s | j S )a* **[Required]** Gets the display_name of this CreateJobDetails. 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 CreateJobDetails. :rtype: str �r �r r r r r P s zCreateJobDetails.display_namec C s || _ dS )a& Sets the display_name of this CreateJobDetails. 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 CreateJobDetails. :type: str Nr )r r r r r r ] s c C s | j S )z� Gets the description of this CreateJobDetails. Detailed description of the job. :return: The description of this CreateJobDetails. :rtype: str �r r r r r r j s zCreateJobDetails.descriptionc C s || _ dS )z� Sets the description of this CreateJobDetails. Detailed description of the job. :param description: The description of this CreateJobDetails. :type: str Nr )r r r r r r v s c C s | j S )a� Gets the schedule_cron_expression of this CreateJobDetails. 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 CreateJobDetails. :rtype: str �r r r r r r � s z)CreateJobDetails.schedule_cron_expressionc C s || _ dS )a Sets the schedule_cron_expression of this CreateJobDetails. 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 CreateJobDetails. :type: str Nr )r r r r r r � s c C s | j S )a6 Gets the time_schedule_begin of this CreateJobDetails. 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 CreateJobDetails. :rtype: datetime �r r r r r r � s z$CreateJobDetails.time_schedule_beginc C s || _ dS )aH Sets the time_schedule_begin of this CreateJobDetails. 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 CreateJobDetails. :type: datetime Nr )r r r r r r � s c C s | j S )a> Gets the time_schedule_end of this CreateJobDetails. 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 CreateJobDetails. :rtype: datetime �r r r r r r � s z"CreateJobDetails.time_schedule_endc C s || _ dS )aN Sets the time_schedule_end of this CreateJobDetails. 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 CreateJobDetails. :type: datetime Nr )r r r r r r � s c C s | j S )a\ Gets the connection_key of this CreateJobDetails. The key of the connection used by the job. This connection will override the default connection specified in the associated job definition. All executions will use this connection. :return: The connection_key of this CreateJobDetails. :rtype: str �r r r r r r � s zCreateJobDetails.connection_keyc C s || _ dS )ai Sets the connection_key of this CreateJobDetails. The key of the connection used by the job. This connection will override the default connection specified in the associated job definition. All executions will use this connection. :param connection_key: The connection_key of this CreateJobDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the job_definition_key of this CreateJobDetails. The unique key of the job definition that defined the scope of this job. :return: The job_definition_key of this CreateJobDetails. :rtype: str �r r r r r r � s z#CreateJobDetails.job_definition_keyc C s || _ dS )a Sets the job_definition_key of this CreateJobDetails. The unique key of the job definition that defined the scope of this job. :param job_definition_key: The job_definition_key of this CreateJobDetails. :type: str Nr"