JobRunSummary¶
-
class
oci.database_management.models.
JobRunSummary
(**kwargs)¶ Bases:
object
A summary of a specific job run.
Methods
__init__
(**kwargs)Initializes a new JobRunSummary object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this JobRunSummary. id
[Required] Gets the id of this JobRunSummary. job_id
[Required] Gets the job_id of this JobRunSummary. job_name
[Required] Gets the job_name of this JobRunSummary. managed_database_group_id
Gets the managed_database_group_id of this JobRunSummary. managed_database_id
Gets the managed_database_id of this JobRunSummary. name
[Required] Gets the name of this JobRunSummary. run_status
[Required] Gets the run_status of this JobRunSummary. time_submitted
[Required] Gets the time_submitted of this JobRunSummary. time_updated
[Required] Gets the time_updated of this JobRunSummary. -
__init__
(**kwargs)¶ Initializes a new JobRunSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this JobRunSummary.
- name (str) – The value to assign to the name property of this JobRunSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this JobRunSummary.
- job_id (str) – The value to assign to the job_id property of this JobRunSummary.
- job_name (str) – The value to assign to the job_name property of this JobRunSummary.
- managed_database_group_id (str) – The value to assign to the managed_database_group_id property of this JobRunSummary.
- managed_database_id (str) – The value to assign to the managed_database_id property of this JobRunSummary.
- run_status (str) – The value to assign to the run_status property of this JobRunSummary.
- time_submitted (datetime) – The value to assign to the time_submitted property of this JobRunSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this JobRunSummary.
-
compartment_id
¶ [Required] Gets the compartment_id of this JobRunSummary. The OCID of the compartment in which the parent job resides.
Returns: The compartment_id of this JobRunSummary. Return type: str
-
id
¶ [Required] Gets the id of this JobRunSummary. The identifier of the job run.
Returns: The id of this JobRunSummary. Return type: str
-
job_id
¶ [Required] Gets the job_id of this JobRunSummary. The OCID of the parent job.
Returns: The job_id of this JobRunSummary. Return type: str
-
job_name
¶ [Required] Gets the job_name of this JobRunSummary. The name of the parent job.
Returns: The job_name of this JobRunSummary. Return type: str
-
managed_database_group_id
¶ Gets the managed_database_group_id of this JobRunSummary. The OCID of the Managed Database Group where the parent job has to be executed.
Returns: The managed_database_group_id of this JobRunSummary. Return type: str
-
managed_database_id
¶ Gets the managed_database_id of this JobRunSummary. The OCID of the Managed Database where the parent job has to be executed.
Returns: The managed_database_id of this JobRunSummary. Return type: str
-
name
¶ [Required] Gets the name of this JobRunSummary. The name of the job run.
Returns: The name of this JobRunSummary. Return type: str
-
run_status
¶ [Required] Gets the run_status of this JobRunSummary. The status of the job run.
Returns: The run_status of this JobRunSummary. Return type: str
-
time_submitted
¶ [Required] Gets the time_submitted of this JobRunSummary. The date and time when the job run was submitted.
Returns: The time_submitted of this JobRunSummary. Return type: datetime
-
time_updated
¶ [Required] Gets the time_updated of this JobRunSummary. The date and time when the job run was last updated.
Returns: The time_updated of this JobRunSummary. Return type: datetime
-