models_v2.recover_nas_volume_params_4 module¶
- 
class 
models_v2.recover_nas_volume_params_4.RecoverNasVolumeParams4(target_environment=None, elastifile_target_params=None, flashblade_target_params=None, generic_nas_target_params=None, gpfs_target_params=None, isilon_target_params=None, netapp_target_params=None, view_target_params=None)[source]¶ Bases:
objectImplementation of the ‘RecoverNasVolumeParams4’ model.
Specifies the parameters to recover Nas Volumes.
- Attributes:
 - target_environment (TargetEnvironmentEnum): Specifies the environment
 of the recovery target. The corresponding params below must be filled out.
- elastifile_target_params (ElastifileTargetParams8): Specifies the
 params for a Elastifile recovery target.
- flashblade_target_params (FlashbladeTargetParams): Specifies the
 params for a Flashblade recovery target.
- generic_nas_target_params (GenericNasTargetParams6): Specifies the
 params for a Generic NAS recovery target.
- gpfs_target_params (GpfsTargetParams): Specifies the params for a GPFS
 recovery target.
- isilon_target_params (IsilonTargetParams): Specifies the params for an
 Isilon recovery target.
- netapp_target_params (NetappTargetParams2): Specifies the params for
 an Netapp recovery target.
- view_target_params (ViewTargetParams): Specifies the params for a
 Cohesity view 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.