📂 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: job_log.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� �Zedd� �Zejdd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�JobLogzv Job log details. A job log is an audit log record inserted during the lifecycle of a job execution instance. c K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )a Initializes a new JobLog object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this JobLog. :type key: str :param job_execution_key: The value to assign to the job_execution_key property of this JobLog. :type job_execution_key: str :param created_by_id: The value to assign to the created_by_id property of this JobLog. :type created_by_id: str :param updated_by_id: The value to assign to the updated_by_id property of this JobLog. :type updated_by_id: str :param time_updated: The value to assign to the time_updated property of this JobLog. :type time_updated: datetime :param time_created: The value to assign to the time_created property of this JobLog. :type time_created: datetime :param severity: The value to assign to the severity property of this JobLog. :type severity: str :param log_message: The value to assign to the log_message property of this JobLog. :type log_message: str :param uri: The value to assign to the uri property of this JobLog. :type uri: str �strZdatetime) �key�job_execution_key� created_by_id� updated_by_id�time_updated�time_created�severity�log_message�urir ZjobExecutionKeyZcreatedByIdZupdatedByIdZtimeUpdatedZtimeCreatedr Z logMessager N)Z swagger_typesZ attribute_map�_key�_job_execution_key�_created_by_id�_updated_by_id� _time_updated� _time_created� _severity�_log_message�_uri)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/data_catalog/models/job_log.py�__init__ s: +� �zJobLog.__init__c C s | j S )z� **[Required]** Gets the key of this JobLog. Unique key of the job log that is immutable. :return: The key of this JobLog. :rtype: str �r �r r r r r ^ s z JobLog.keyc C s || _ dS )z� Sets the key of this JobLog. Unique key of the job log that is immutable. :param key: The key of this JobLog. :type: str Nr )r r r r r r j s c C s | j S )z� Gets the job_execution_key of this JobLog. The unique key of the parent job execution for which the log resource was created. :return: The job_execution_key of this JobLog. :rtype: str �r r r r r r v s zJobLog.job_execution_keyc C s || _ dS )z� Sets the job_execution_key of this JobLog. The unique key of the parent job execution for which the log resource was created. :param job_execution_key: The job_execution_key of this JobLog. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the created_by_id of this JobLog. OCID of the user who created the log record for this job. Usually the executor of the job instance. :return: The created_by_id of this JobLog. :rtype: str �r r r r r r � s zJobLog.created_by_idc C s || _ dS )z� Sets the created_by_id of this JobLog. OCID of the user who created the log record for this job. Usually the executor of the job instance. :param created_by_id: The created_by_id of this JobLog. :type: str Nr"