models_v2.mounted_volume_mapping module¶
-
class
models_v2.mounted_volume_mapping.
MountedVolumeMapping
(original_volume=None, mounted_volume=None, file_system_type=None)[source]¶ Bases:
object
Implementation of the ‘MountedVolumeMapping’ model.
Specifies the mapping of original volume and mounted volume after Instant Volume Mount.
- Attributes:
original_volume (string): Specifies the name of the original volume. mounted_volume (string): Specifies the name of the point where the
volume is mounted.
- file_system_type (string): Specifies the type of the file system of
the 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.