ruạṛ
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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�JobRunz, The details of a specific job run. � COMPLETED�FAILED�IN_PROGRESSc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new JobRun 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 JobRun. :type id: str :param name: The value to assign to the name property of this JobRun. :type name: str :param compartment_id: The value to assign to the compartment_id property of this JobRun. :type compartment_id: str :param job_id: The value to assign to the job_id property of this JobRun. :type job_id: str :param job_name: The value to assign to the job_name property of this JobRun. :type job_name: str :param managed_database_group_id: The value to assign to the managed_database_group_id property of this JobRun. :type managed_database_group_id: str :param managed_database_id: The value to assign to the managed_database_id property of this JobRun. :type managed_database_id: str :param run_status: The value to assign to the run_status property of this JobRun. Allowed values for this property are: "COMPLETED", "FAILED", "IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type run_status: str :param time_submitted: The value to assign to the time_submitted property of this JobRun. :type time_submitted: datetime :param time_updated: The value to assign to the time_updated property of this JobRun. :type time_updated: datetime �strZdatetime) �id�name�compartment_id�job_id�job_name�managed_database_group_id�managed_database_id� run_status�time_submitted�time_updatedr r Z compartmentIdZjobIdZjobNameZmanagedDatabaseGroupIdZmanagedDatabaseIdZ runStatusZ timeSubmittedZtimeUpdatedN)Z swagger_typesZ attribute_map�_id�_name�_compartment_id�_job_id� _job_name�_managed_database_group_id�_managed_database_id�_run_status�_time_submitted� _time_updated)�self�kwargs� r! �J/usr/lib/python3.9/site-packages/oci/database_management/models/job_run.py�__init__ s@ 1�� zJobRun.__init__c C s | j S )z� **[Required]** Gets the id of this JobRun. The identifier of the job run. :return: The id of this JobRun. :rtype: str �r �r r! r! r"