models.protection_sources_job_runs_report_element module

class models.protection_sources_job_runs_report_element.ProtectionSourcesJobRunsReportElement(protection_source=None, snapshots_info=None)[source]

Bases: object

Implementation of the ‘ProtectionSourcesJobRunsReportElement’ model.

Specifies a Protection Source and the Snapshots that back it up.

Attributes:
protection_source (ProtectionSource): Specifies the leaf Protection

Source Object such as a VM.

snapshots_info (array of ProtectionSourceSnapshotInformation): Array

of Snapshots Specifies the Snapshots that contain backups of the Protection Source Object.

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.