📂 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
›
database_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/database_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: job_summary.pyc
a N��fE � @ 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 ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zd7d8� Zd9d:� Zd;d<� Zd=S )>� JobSummaryz A summary of the job. �CDB�PDB�NON_CDB�ACD�ADB�SQLc K s� dddddddddddddddd�| _ ddddd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a Initializes a new JobSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this JobSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this JobSummary. :type compartment_id: str :param name: The value to assign to the name property of this JobSummary. :type name: str :param description: The value to assign to the description property of this JobSummary. :type description: str :param managed_database_group_id: The value to assign to the managed_database_group_id property of this JobSummary. :type managed_database_group_id: str :param managed_database_id: The value to assign to the managed_database_id property of this JobSummary. :type managed_database_id: str :param database_sub_type: The value to assign to the database_sub_type property of this JobSummary. Allowed values for this property are: "CDB", "PDB", "NON_CDB", "ACD", "ADB", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type database_sub_type: str :param schedule_type: The value to assign to the schedule_type property of this JobSummary. :type schedule_type: str :param schedule_details: The value to assign to the schedule_details property of this JobSummary. :type schedule_details: oci.database_management.models.JobScheduleDetails :param job_type: The value to assign to the job_type property of this JobSummary. Allowed values for this property are: "SQL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type job_type: str :param lifecycle_state: The value to assign to the lifecycle_state property of this JobSummary. :type lifecycle_state: str :param timeout: The value to assign to the timeout property of this JobSummary. :type timeout: str :param submission_error_message: The value to assign to the submission_error_message property of this JobSummary. :type submission_error_message: str :param time_created: The value to assign to the time_created property of this JobSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this JobSummary. :type time_updated: datetime �str�JobScheduleDetails�datetime)�id�compartment_id�name�description�managed_database_group_id�managed_database_id�database_sub_type� schedule_type�schedule_details�job_type�lifecycle_state�timeout�submission_error_message�time_created�time_updatedr � compartmentIdr r �managedDatabaseGroupId�managedDatabaseId�databaseSubType�scheduleType�scheduleDetails�jobType�lifecycleStater �submissionErrorMessage�timeCreated�timeUpdatedN)� swagger_types� attribute_map�_id�_compartment_id�_name�_description�_managed_database_group_id�_managed_database_id�_database_sub_type�_schedule_type�_schedule_details� _job_type�_lifecycle_state�_timeout�_submission_error_message� _time_created� _time_updated)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_management/models/job_summary.py�__init__( s^ G��zJobSummary.__init__c C s | j S )z� **[Required]** Gets the id of this JobSummary. The `OCID`__ of the job. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this JobSummary. :rtype: str �r, �r; r= r= r>