SchedulerJobAggregation¶
-
class
oci.fleet_apps_management.models.
SchedulerJobAggregation
(**kwargs)¶ Bases:
object
Aggregated summary information for SchedulerJob.
Methods
__init__
(**kwargs)Initializes a new SchedulerJobAggregation object with values from keyword arguments. Attributes
count
[Required] Gets the count of this SchedulerJobAggregation. dimensions
[Required] Gets the dimensions of this SchedulerJobAggregation. -
__init__
(**kwargs)¶ Initializes a new SchedulerJobAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - count (int) – The value to assign to the count property of this SchedulerJobAggregation.
- dimensions (oci.fleet_apps_management.models.SchedulerJobDimension) – The value to assign to the dimensions property of this SchedulerJobAggregation.
-
count
¶ [Required] Gets the count of this SchedulerJobAggregation. Count of jobs in a Tenancy.
Returns: The count of this SchedulerJobAggregation. Return type: int
-
dimensions
¶ [Required] Gets the dimensions of this SchedulerJobAggregation.
Returns: The dimensions of this SchedulerJobAggregation. Return type: oci.fleet_apps_management.models.SchedulerJobDimension
-