📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_catalog/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: job_metric_summary.pyc
a N��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 @ sh 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� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zd(d)� Zd*d+� Zd,d-� Zd.S )/�JobMetricSummaryz Job metric summary. c K s� ddddddddddddd�| _ dddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )ai Initializes a new JobMetricSummary 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 JobMetricSummary. :type key: str :param description: The value to assign to the description property of this JobMetricSummary. :type description: str :param job_execution_key: The value to assign to the job_execution_key property of this JobMetricSummary. :type job_execution_key: str :param uri: The value to assign to the uri property of this JobMetricSummary. :type uri: str :param time_created: The value to assign to the time_created property of this JobMetricSummary. :type time_created: datetime :param time_inserted: The value to assign to the time_inserted property of this JobMetricSummary. :type time_inserted: datetime :param category: The value to assign to the category property of this JobMetricSummary. :type category: str :param display_name: The value to assign to the display_name property of this JobMetricSummary. :type display_name: str :param sub_category: The value to assign to the sub_category property of this JobMetricSummary. :type sub_category: str :param unit: The value to assign to the unit property of this JobMetricSummary. :type unit: str :param value: The value to assign to the value property of this JobMetricSummary. :type value: str :param batch_key: The value to assign to the batch_key property of this JobMetricSummary. :type batch_key: str �str�datetime)�key�description�job_execution_key�uri�time_created� time_inserted�category�display_name�sub_category�unit�value� batch_keyr r �jobExecutionKeyr �timeCreated�timeInsertedr �displayName�subCategoryr r �batchKeyN)� swagger_types� attribute_map�_key�_description�_job_execution_key�_uri� _time_created�_time_inserted� _category� _display_name� _sub_category�_unit�_value� _batch_key)�self�kwargs� r+ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/job_metric_summary.py�__init__ sL 7��zJobMetricSummary.__init__c C s | j S )z� **[Required]** Gets the key of this JobMetricSummary. Key of the job metric that is immutable. :return: The key of this JobMetricSummary. :rtype: str �r �r) r+ r+ r, r q s zJobMetricSummary.keyc C s || _ dS )z� Sets the key of this JobMetricSummary. Key of the job metric that is immutable. :param key: The key of this JobMetricSummary. :type: str Nr. )r) r r+ r+ r, r } s c C s | j S )z� Gets the description of this JobMetricSummary. Detailed description of the metric. :return: The description of this JobMetricSummary. :rtype: str �r r/ r+ r+ r, r � s zJobMetricSummary.descriptionc C s || _ dS )z� Sets the description of this JobMetricSummary. Detailed description of the metric. :param description: The description of this JobMetricSummary. :type: str Nr0 )r) r r+ r+ r, r � s c C s | j S )z� Gets the job_execution_key of this JobMetricSummary. The unique key of the parent job execution for which the job metric resource was created. :return: The job_execution_key of this JobMetricSummary. :rtype: str �r r/ r+ r+ r, r � s z"JobMetricSummary.job_execution_keyc C s || _ dS )a Sets the job_execution_key of this JobMetricSummary. The unique key of the parent job execution for which the job metric resource was created. :param job_execution_key: The job_execution_key of this JobMetricSummary. :type: str Nr1 )r) r r+ r+ r, r � s c C s | j S )z� Gets the uri of this JobMetricSummary. URI to the job metric instance in the API. :return: The uri of this JobMetricSummary. :rtype: str �r r/ r+ r+ r, r � s zJobMetricSummary.uric C s || _ dS )z� Sets the uri of this JobMetricSummary. URI to the job metric instance in the API. :param uri: The uri of this JobMetricSummary. :type: str Nr2 )r) r r+ r+ r, r � s c C s | j S )aP Gets the time_created of this JobMetricSummary. The date and time the job metric 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 JobMetricSummary. :rtype: datetime �r! r/ r+ r+ r, r � s zJobMetricSummary.time_createdc C s || _ dS )a[ Sets the time_created of this JobMetricSummary. The date and time the job metric 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 JobMetricSummary. :type: datetime Nr3 )r) r r+ r+ r, r � s c C s | j S )aU Gets the time_inserted of this JobMetricSummary. The time the metric was logged or captured in the system where the job executed. An `RFC3339`__ formatted datetime string. __ https://tools.ietf.org/html/rfc3339 :return: The time_inserted of this JobMetricSummary. :rtype: datetime �r"