ScheduledRunSummary¶
-
class
oci.usage_api.models.
ScheduledRunSummary
(**kwargs)¶ Bases:
object
The saved history past run.
Methods
__init__
(**kwargs)Initializes a new ScheduledRunSummary object with values from keyword arguments. Attributes
id
[Required] Gets the id of this ScheduledRunSummary. lifecycle_details
[Required] Gets the lifecycle_details of this ScheduledRunSummary. lifecycle_state
[Required] Gets the lifecycle_state of this ScheduledRunSummary. schedule_id
[Required] Gets the schedule_id of this ScheduledRunSummary. time_created
[Required] Gets the time_created of this ScheduledRunSummary. time_finished
[Required] Gets the time_finished of this ScheduledRunSummary. -
__init__
(**kwargs)¶ Initializes a new ScheduledRunSummary 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 ScheduledRunSummary.
- schedule_id (str) – The value to assign to the schedule_id property of this ScheduledRunSummary.
- time_created (datetime) – The value to assign to the time_created property of this ScheduledRunSummary.
- time_finished (datetime) – The value to assign to the time_finished property of this ScheduledRunSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ScheduledRunSummary.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this ScheduledRunSummary.
-
id
¶ [Required] Gets the id of this ScheduledRunSummary. The ocid representing unique shedule run
Returns: The id of this ScheduledRunSummary. Return type: str
-
lifecycle_details
¶ [Required] Gets the lifecycle_details of this ScheduledRunSummary. Additional details about scheduled run failure
Returns: The lifecycle_details of this ScheduledRunSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this ScheduledRunSummary. Specifies if the schedule job was run successfully or not.
Returns: The lifecycle_state of this ScheduledRunSummary. Return type: str
-
schedule_id
¶ [Required] Gets the schedule_id of this ScheduledRunSummary. The ocid representing unique shedule
Returns: The schedule_id of this ScheduledRunSummary. Return type: str
-
time_created
¶ [Required] Gets the time_created of this ScheduledRunSummary. The time when schedule started executing
Returns: The time_created of this ScheduledRunSummary. Return type: datetime
-
time_finished
¶ [Required] Gets the time_finished of this ScheduledRunSummary. The time when schedule finished executing
Returns: The time_finished of this ScheduledRunSummary. Return type: datetime
-