models_v2.recover_pure_san_volume_params module¶
- 
class 
models_v2.recover_pure_san_volume_params.RecoverPureSANVolumeParams(target_environment='kPure', pure_target_params=None)[source]¶ Bases:
objectImplementation of the ‘Recover Pure SAN Volume Params.’ model.
Specifies the parameters to recover Pure SAN Volume.
- Attributes:
 - target_environment (string): Specifies the environment of the recovery
 target. The corresponding target params must be filled out.
- pure_target_params (PureTargetParams): Specifies the parameters of the
 Pure SAN volume to recover to.
- 
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.