models_v2.recover_pure_params module¶
-
class
models_v2.recover_pure_params.
RecoverPureParams
(objects=None, recovery_action='RecoverSanVolumes', recover_san_volume_params=None)[source]¶ Bases:
object
Implementation of the ‘Recover Pure Params.’ model.
Specifies the recovery options specific to Pure environment.
- Attributes:
- objects (list of CommonRecoverObjectSnapshotParams): Specifies the
list of recover object parameters.
- recovery_action (string): Specifies the type of recovery action to be
performed. The corresponding recovery action params must be filled out.
- recover_san_volume_params (RecoverSanVolumeParams): Specifies the
parameters to recover SAN Volume.
-
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.