models_v2.recover_flashblade_params module¶
- 
class 
models_v2.recover_flashblade_params.RecoverFlashbladeParams(objects=None, recovery_action=None, recover_nas_volume_params=None, recover_file_and_folder_params=None, download_file_and_folder_params=None)[source]¶ Bases:
objectImplementation of the ‘Recover Flashblade Params.’ model.
Specifies the recovery options specific to Flashblade environment.
- Attributes:
 - objects (list of CommonRecoverObjectSnapshotParams): Specifies the
 list of recover Object parameters.
- recovery_action (RecoveryAction5Enum): Specifies the type of recover
 action to be performed.
- recover_nas_volume_params (RecoverNasVolumeParams3): Specifies the
 parameters to recover Nas Volumes.
- recover_file_and_folder_params (RecoverFileAndFolderParams7):
 Specifies the parameters to recover files.
- download_file_and_folder_params (DownloadFileAndFolderParams):
 Specifies the parameters to download files and folders.
- 
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.