models.recover_volumes_params_mapping module¶
- 
class 
models.recover_volumes_params_mapping.RecoverVolumesParamsMapping(dst_guid=None, src_guid=None)[source]¶ Bases:
objectImplementation of the ‘RecoverVolumesParams_Mapping’ model.
TODO: type model description here.
- Attributes:
 - dst_guid (string): The destination, pertains to the newly rebuilt
 system.
src_guid (string): The source, pertains to the original backup.
- 
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.