SchedulerExecutionSummary

class oci.fleet_apps_management.models.SchedulerExecutionSummary(**kwargs)

Bases: object

Summary of the Scheduler Executions.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a SchedulerExecutionSummary.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a SchedulerExecutionSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a SchedulerExecutionSummary.
LIFECYCLE_STATE_INACTIVE A constant which can be used with the lifecycle_state property of a SchedulerExecutionSummary.
activity_id Gets the activity_id of this SchedulerExecutionSummary.
compartment_id [Required] Gets the compartment_id of this SchedulerExecutionSummary.
defined_tags [Required] Gets the defined_tags of this SchedulerExecutionSummary.
display_name [Required] Gets the display_name of this SchedulerExecutionSummary.
freeform_tags [Required] Gets the freeform_tags of this SchedulerExecutionSummary.
id [Required] Gets the id of this SchedulerExecutionSummary.
latest_runbook_version_name Gets the latest_runbook_version_name of this SchedulerExecutionSummary.
lifecycle_details Gets the lifecycle_details of this SchedulerExecutionSummary.
lifecycle_state [Required] Gets the lifecycle_state of this SchedulerExecutionSummary.
resource_display_name Gets the resource_display_name of this SchedulerExecutionSummary.
resource_id Gets the resource_id of this SchedulerExecutionSummary.
runbook_display_name Gets the runbook_display_name of this SchedulerExecutionSummary.
runbook_id Gets the runbook_id of this SchedulerExecutionSummary.
runbook_version_name Gets the runbook_version_name of this SchedulerExecutionSummary.
scheduler_definition Gets the scheduler_definition of this SchedulerExecutionSummary.
scheduler_job_id Gets the scheduler_job_id of this SchedulerExecutionSummary.
system_tags Gets the system_tags of this SchedulerExecutionSummary.
time_created [Required] Gets the time_created of this SchedulerExecutionSummary.
time_ended Gets the time_ended of this SchedulerExecutionSummary.
time_scheduled Gets the time_scheduled of this SchedulerExecutionSummary.
time_started Gets the time_started of this SchedulerExecutionSummary.
time_updated Gets the time_updated of this SchedulerExecutionSummary.

Methods

__init__(**kwargs) Initializes a new SchedulerExecutionSummary object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a SchedulerExecutionSummary. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a SchedulerExecutionSummary. This constant has a value of “DELETED”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a SchedulerExecutionSummary. This constant has a value of “FAILED”

LIFECYCLE_STATE_INACTIVE = 'INACTIVE'

A constant which can be used with the lifecycle_state property of a SchedulerExecutionSummary. This constant has a value of “INACTIVE”

__init__(**kwargs)

Initializes a new SchedulerExecutionSummary 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 SchedulerExecutionSummary.
  • display_name (str) – The value to assign to the display_name property of this SchedulerExecutionSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this SchedulerExecutionSummary.
  • time_created (datetime) – The value to assign to the time_created property of this SchedulerExecutionSummary.
  • time_updated (datetime) – The value to assign to the time_updated property of this SchedulerExecutionSummary.
  • time_scheduled (datetime) – The value to assign to the time_scheduled property of this SchedulerExecutionSummary.
  • activity_id (str) – The value to assign to the activity_id property of this SchedulerExecutionSummary.
  • resource_id (str) – The value to assign to the resource_id property of this SchedulerExecutionSummary.
  • scheduler_job_id (str) – The value to assign to the scheduler_job_id property of this SchedulerExecutionSummary.
  • resource_display_name (str) – The value to assign to the resource_display_name property of this SchedulerExecutionSummary.
  • runbook_id (str) – The value to assign to the runbook_id property of this SchedulerExecutionSummary.
  • runbook_version_name (str) – The value to assign to the runbook_version_name property of this SchedulerExecutionSummary.
  • runbook_display_name (str) – The value to assign to the runbook_display_name property of this SchedulerExecutionSummary.
  • latest_runbook_version_name (str) – The value to assign to the latest_runbook_version_name property of this SchedulerExecutionSummary.
  • scheduler_definition (oci.fleet_apps_management.models.AssociatedSchedulerDefinition) – The value to assign to the scheduler_definition property of this SchedulerExecutionSummary.
  • time_started (datetime) – The value to assign to the time_started property of this SchedulerExecutionSummary.
  • time_ended (datetime) – The value to assign to the time_ended property of this SchedulerExecutionSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this SchedulerExecutionSummary. Allowed values for this property are: “ACTIVE”, “DELETED”, “FAILED”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this SchedulerExecutionSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this SchedulerExecutionSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this SchedulerExecutionSummary.
  • system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this SchedulerExecutionSummary.
activity_id

Gets the activity_id of this SchedulerExecutionSummary. Action Group associated with the Schedule.

Returns:The activity_id of this SchedulerExecutionSummary.
Return type:str
compartment_id

[Required] Gets the compartment_id of this SchedulerExecutionSummary. Compartment OCID

Returns:The compartment_id of this SchedulerExecutionSummary.
Return type:str
defined_tags

[Required] Gets the defined_tags of this SchedulerExecutionSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

Returns:The defined_tags of this SchedulerExecutionSummary.
Return type:dict(str, dict(str, object))
display_name

[Required] Gets the display_name of this SchedulerExecutionSummary. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.

Example: My new resource

Returns:The display_name of this SchedulerExecutionSummary.
Return type:str
freeform_tags

[Required] Gets the freeform_tags of this SchedulerExecutionSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”}

Returns:The freeform_tags of this SchedulerExecutionSummary.
Return type:dict(str, str)
id

[Required] Gets the id of this SchedulerExecutionSummary. The OCID of the resource.

Returns:The id of this SchedulerExecutionSummary.
Return type:str
latest_runbook_version_name

Gets the latest_runbook_version_name of this SchedulerExecutionSummary. Latest Runbook version available.

Returns:The latest_runbook_version_name of this SchedulerExecutionSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this SchedulerExecutionSummary. A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.

Returns:The lifecycle_details of this SchedulerExecutionSummary.
Return type:str
lifecycle_state

[Required] Gets the lifecycle_state of this SchedulerExecutionSummary. The current state of the Scheduler Execution.

Allowed values for this property are: “ACTIVE”, “DELETED”, “FAILED”, “INACTIVE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this SchedulerExecutionSummary.
Return type:str
resource_display_name

Gets the resource_display_name of this SchedulerExecutionSummary. Resource DsiplayName associated with the Schedule.

Returns:The resource_display_name of this SchedulerExecutionSummary.
Return type:str
resource_id

Gets the resource_id of this SchedulerExecutionSummary. ResourceId associated with the Schedule.

Returns:The resource_id of this SchedulerExecutionSummary.
Return type:str
runbook_display_name

Gets the runbook_display_name of this SchedulerExecutionSummary. DsiplayName of Runbook associated with the Schedule.

Returns:The runbook_display_name of this SchedulerExecutionSummary.
Return type:str
runbook_id

Gets the runbook_id of this SchedulerExecutionSummary. RunbookId associated with the Schedule.

Returns:The runbook_id of this SchedulerExecutionSummary.
Return type:str
runbook_version_name

Gets the runbook_version_name of this SchedulerExecutionSummary. Name of the Runbook version associated with the Schedule.

Returns:The runbook_version_name of this SchedulerExecutionSummary.
Return type:str
scheduler_definition

Gets the scheduler_definition of this SchedulerExecutionSummary.

Returns:The scheduler_definition of this SchedulerExecutionSummary.
Return type:oci.fleet_apps_management.models.AssociatedSchedulerDefinition
scheduler_job_id

Gets the scheduler_job_id of this SchedulerExecutionSummary. jobId associated with the Schedule.

Returns:The scheduler_job_id of this SchedulerExecutionSummary.
Return type:str
system_tags

Gets the system_tags of this SchedulerExecutionSummary. System tags for this resource. Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

Returns:The system_tags of this SchedulerExecutionSummary.
Return type:dict(str, dict(str, object))
time_created

[Required] Gets the time_created of this SchedulerExecutionSummary. The time this resource was created. An RFC3339 formatted datetime string.

Returns:The time_created of this SchedulerExecutionSummary.
Return type:datetime
time_ended

Gets the time_ended of this SchedulerExecutionSummary. Actual end date and time for the Execution.

Returns:The time_ended of this SchedulerExecutionSummary.
Return type:datetime
time_scheduled

Gets the time_scheduled of this SchedulerExecutionSummary. The scheduled date and time for the Job.

Returns:The time_scheduled of this SchedulerExecutionSummary.
Return type:datetime
time_started

Gets the time_started of this SchedulerExecutionSummary. Actual start date and time for the Execution.

Returns:The time_started of this SchedulerExecutionSummary.
Return type:datetime
time_updated

Gets the time_updated of this SchedulerExecutionSummary. The time this resource was last updated. An RFC3339 formatted datetime string.

Returns:The time_updated of this SchedulerExecutionSummary.
Return type:datetime