models.protection_runs_stats module

class models.protection_runs_stats.ProtectionRunsStats(num_archival_runs=None, num_backup_runs=None, num_replication_runs=None)[source]

Bases: object

Implementation of the ‘ProtectionRunsStats’ model.

Specifies the Protection Runs statistics response.

Attributes:

num_archival_runs (long|int): Specifies the count of archival Runs. num_backup_runs (long|int): Specifies the count of backup Runs. num_replication_runs (long|int): Specifies the count of replication

Runs.

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.