models.mount_volume_result_details module¶
-
class
models.mount_volume_result_details.
MountVolumeResultDetails
(mount_error=None, mount_point=None, volume_name=None)[source]¶ Bases:
object
Implementation of the ‘MountVolumeResultDetails’ model.
Specifies the result of mounting an individual mount volume in a Restore Task.
- Attributes:
- mount_error (RequestError): Specifies the cause of the mount failure
if the mounting of a volume failed.
- mount_point (string): Specifies the mount point where the volume is
mounted. NOTE: This field may not be populated for VM environments if the onlining of disks is not requested or there was any issue during onlining.
volume_name (string): Specifies the name of the original 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.