SchedulerJobDimension¶
-
class
oci.fleet_apps_management.models.
SchedulerJobDimension
(**kwargs)¶ Bases:
object
Aggregated summary information for a SchedulerJob.
Methods
__init__
(**kwargs)Initializes a new SchedulerJobDimension object with values from keyword arguments. Attributes
lifecycle_details
[Required] Gets the lifecycle_details of this SchedulerJobDimension. -
__init__
(**kwargs)¶ Initializes a new SchedulerJobDimension object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: lifecycle_details (str) – The value to assign to the lifecycle_details property of this SchedulerJobDimension.
-
lifecycle_details
¶ [Required] Gets the lifecycle_details of this SchedulerJobDimension. 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 SchedulerJobDimension. Return type: str
-