models.get_job_run_info_result module

class models.get_job_run_info_result.GetJobRunInfoResult(bytes_transferred=None, end_time_usecs=None, failure_entities=None, job_id=None, job_run_id=None, job_type=None, sla_violated=None, start_time_usecs=None, status=None, success_entities=None, total_entities=None)[source]

Bases: object

Implementation of the ‘GetJobRunInfoResult’ model.

TODO: type model description here.

Attributes:

bytes_transferred (long|int): Specifies bytes transferred in the run. end_time_usecs (long|int): Specifies the end time of the run. failure_entities (long|int): Specifies the number of failed objects in

the run.

job_id (string): Specifies the job id. job_run_id (string): Specifies the job run id. job_type (string): Specifies the job type, protection, replication,

archival, apollo, indexing etc.

sla_violated (bool): Specifies if the sla was violated the run. start_time_usecs (long|int): Specifies the start time of the run. status (long|int): Specifies status of the run success_entities (long|int): Specifies the number successful objects

in the run.

total_entities (long|int): Specifies the number of objects in the

run.

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.