models_v2.recover_gpfs_files_params module¶
- 
class 
models_v2.recover_gpfs_files_params.RecoverGpfsFilesParams(files_and_folders=None, target_environment=None, gpfs_target_params=None, elastifile_target_params=None, flashblade_target_params=None, generic_nas_target_params=None, isilon_target_params=None, netapp_target_params=None)[source]¶ Bases:
objectImplementation of the ‘Recover Gpfs files Params.’ model.
Specifies the parameters to recover Gpfs files.
- Attributes:
 - files_and_folders (list of CommonFileAndFolderInfo): Specifies the
 info about the files and folders to be recovered.
- target_environment (TargetEnvironment1Enum): Specifies the environment
 of the recovery target. The corresponding params below must be filled out.
- gpfs_target_params (GpfsTargetParams11): Specifies the params for a
 GPFS recovery target.
- elastifile_target_params (ElastifileTargetParams1): Specifies the
 params for an Elastifile recovery target.
- flashblade_target_params (FlashbladeTargetParams1): Specifies the
 params for a Flashblade recovery target.
- generic_nas_target_params (GenericNasTargetParams1): Specifies the
 params for a generic NAS recovery target.
- isilon_target_params (IsilonTargetParams11): Specifies the params for
 a Isilon recovery target.
- netapp_target_params (NetappTargetParams3): Specifies the params for
 an Netapp recovery target.
- 
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.