models_v2.recover_flashblade_to_flashblade_volume_target_params module¶
- 
class 
models_v2.recover_flashblade_to_flashblade_volume_target_params.RecoverFlashbladeToFlashbladeVolumeTargetParams(recover_to_new_source=None, new_source_config=None, original_source_config=None)[source]¶ Bases:
objectImplementation of the ‘Recover Flashblade To Flashblade Volume Target Params.’ model.
Specifies the params of the Flashblade recovery target.
- Attributes:
 - recover_to_new_source (bool): Specifies the parameter whether the
 recovery should be performed to a new or the original Flashblade target.
- new_source_config (NewSourceConfig12): Specifies the new destination
 Source configuration parameters where the volumes will be recovered. This is mandatory if recoverToNewSource is set to true.
- original_source_config (OriginalSourceConfig6): Specifies the Source
 configuration if volumes are being recovered to original Source. If not specified, all the configuration parameters will be retained.
- 
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.