models_v2.pure_target_params module

class models_v2.pure_target_params.PureTargetParams(recover_to_new_source=None, new_source_config=None, original_source_config=None)[source]

Bases: object

Implementation of the ‘PureTargetParams’ model.

Specifies the parameters of the Pure SAN volume to recover to.

Attributes:
recover_to_new_source (bool): Specifies whether to recover to a new

source.

new_source_config (NewSourceConfig23): Specifies the new destination

Source configuration parameters where the Pure volume will be recovered. This is mandatory if recoverToNewSource is set to true.

original_source_config (OriginalSourceConfig19): Specifies the Source

configuration if Pure volume is being recovered to Original Source. If not specified, all the configuration parameters will be retained.

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.