models_v2.get_protection_run_progress_body module¶
- 
class 
models_v2.get_protection_run_progress_body.GetProtectionRunProgressBody(local_run=None, archival_run=None, replication_run=None)[source]¶ Bases:
objectImplementation of the ‘GetProtectionRunProgressBody’ model.
Specifies the progress of a protection run.
- Attributes:
 - local_run (BackupRunProgressInfo): Specifies the progress of a local
 backup run.
- archival_run (list of ArchivalTargetProgressInfo): Progress for the
 archival run.
- replication_run (list of ReplicationTargetProgressInfo): Progress for
 the replication 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.