📂 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_summary.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 )� JobLogSummaryz� A list of job execution logs. A job log is an audit log record inserted during the lifecycle of a job execution instance. There can be one or more logs for an execution instance. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new JobLogSummary 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 JobLogSummary. :type key: str :param job_execution_key: The value to assign to the job_execution_key property of this JobLogSummary. :type job_execution_key: str :param uri: The value to assign to the uri property of this JobLogSummary. :type uri: str :param time_created: The value to assign to the time_created property of this JobLogSummary. :type time_created: datetime :param severity: The value to assign to the severity property of this JobLogSummary. :type severity: str :param log_message: The value to assign to the log_message property of this JobLogSummary. :type log_message: str �strZdatetime)�key�job_execution_key�uri�time_created�severity�log_messager ZjobExecutionKeyr ZtimeCreatedr Z logMessageN)Z swagger_typesZ attribute_map�_key�_job_execution_key�_uri� _time_created� _severity�_log_message)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/data_catalog/models/job_log_summary.py�__init__ s( � � zJobLogSummary.__init__c C s | j S )z� **[Required]** Gets the key of this JobLogSummary. Unique key of the job log that is immutable. :return: The key of this JobLogSummary. :rtype: str �r �r r r r r K s zJobLogSummary.keyc C s || _ dS )z� Sets the key of this JobLogSummary. Unique key of the job log that is immutable. :param key: The key of this JobLogSummary. :type: str Nr )r r r r r r W s c C s | j S )z� Gets the job_execution_key of this JobLogSummary. The unique key of the parent job execution for which the log resource was created. :return: The job_execution_key of this JobLogSummary. :rtype: str �r r r r r r c s zJobLogSummary.job_execution_keyc C s || _ dS )a Sets the job_execution_key of this JobLogSummary. 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 JobLogSummary. :type: str Nr )r r r r r r o s c C s | j S )z� Gets the uri of this JobLogSummary. URI to the job log instance in the API. :return: The uri of this JobLogSummary. :rtype: str �r r r r r r { s zJobLogSummary.uric C s || _ dS )z� Sets the uri of this JobLogSummary. URI to the job log instance in the API. :param uri: The uri of this JobLogSummary. :type: str Nr )r r r r r r � s c C s | j S )aG Gets the time_created of this JobLogSummary. The date and time the job log was created, in the format defined by `RFC3339`__. Example: `2019-03-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :return: The time_created of this JobLogSummary. :rtype: datetime �r r r r r r � s zJobLogSummary.time_createdc C s || _ dS )aR Sets the time_created of this JobLogSummary. The date and time the job log was created, in the format defined by `RFC3339`__. Example: `2019-03-25T21:10:29.600Z` __ https://tools.ietf.org/html/rfc3339 :param time_created: The time_created of this JobLogSummary. :type: datetime Nr )r r r r r r � s c C s | j S )z� Gets the severity of this JobLogSummary. Severity level for this log. :return: The severity of this JobLogSummary. :rtype: str �r r r r r r � s zJobLogSummary.severityc C s || _ dS )z� Sets the severity of this JobLogSummary. Severity level for this log. :param severity: The severity of this JobLogSummary. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the log_message of this JobLogSummary. Message for this job log. :return: The log_message of this JobLogSummary. :rtype: str �r r r r r r � s zJobLogSummary.log_messagec C s || _ dS )z� Sets the log_message of this JobLogSummary. Message for this job log. :param log_message: The log_message of this JobLogSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zJobLogSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zJobLogSummary.__eq__c C s | |k S r r r# r r r �__ne__� s zJobLogSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&