models_v2.new_source_config_23 module¶
-
class
models_v2.new_source_config_23.
NewSourceConfig23
(source=None, rename_recovered_volume_params=None)[source]¶ Bases:
object
Implementation of the ‘NewSourceConfig23’ model.
Specifies the new destination Source configuration parameters where the Pure volume will be recovered. This is mandatory if recoverToNewSource is set to true.
- Attributes:
- source (Source15): Specifies the id of the new target parent source to
recover the Pure SAN Volume to. This field must be specified if recoverToNewSource is true.
- rename_recovered_volume_params (RenameRecoveredVolumeParams):
Specifies params to rename the recovered SAN volumes. If not specified, the original names of the volumes are preserved.
-
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.