models.latest_protection_job_run_info module

class models.latest_protection_job_run_info.LatestProtectionJobRunInfo(latest_snapshot_info=None, location_name=None, num_snapshots=None)[source]

Bases: object

Implementation of the ‘LatestProtectionJobRunInfo’ model.

Specifies the information about the Protection Runs per snapshot target.

Attributes:
latest_snapshot_info (LatestProtectionRun): Specifies the information

about the latest Protection Run.

location_name (string): Specifies the name of location that the object

is backedup to.

num_snapshots (long|int): Specifies of number of successful

snapshots.

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.