models.job_runs_tile module¶
-
class
models.job_runs_tile.
JobRunsTile
(last_day_num_job_errors=None, last_day_num_job_runs=None, last_day_num_job_sla_violations=None, num_job_running=None, objects_protected_by_policy=None)[source]¶ Bases:
object
Implementation of the ‘JobRunsTile’ model.
Jon Runs information.
- Attributes:
- last_day_num_job_errors (int): Number of Error runs in the last 24
hours.
last_day_num_job_runs (int): Number of Job Runs in the last 24 hours. last_day_num_job_sla_violations (int): Number of SLA Violations in the
last 24 hours.
num_job_running (int): Number of Jobs currently running. objects_protected_by_policy (list of ObjectsProtectedByPolicy):
Objects Protected By Policy.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.