models_v2.recover_volume_mapping module¶
-
class
models_v2.recover_volume_mapping.
RecoverVolumeMapping
(source_volume_guid=None, destination_volume_guid=None)[source]¶ Bases:
object
Implementation of the ‘Recover Volume Mapping’ model.
Specifies the mapping from a source volume to a destination volume.
- Attributes:
source_volume_guid (string): Specifies the guid of the source volume. destination_volume_guid (string): Specifies the guid of the
destination 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.