models.mount_volume_result module

class models.mount_volume_result.MountVolumeResult(error=None, filesystem_type=None, mount_point=None, original_volume_name=None)[source]

Bases: object

Implementation of the ‘MountVolumeResult’ model.

TODO: type model description here.

Attributes:

error (ErrorProto): TODO: type description here. filesystem_type (string): Filesystem on this volume. mount_point (string): This is populated with the mount point where the

volume corresponding to the newly attached volume is mounted. NOTE: This may not be present in the VM environments if onlining of disks is not requested or if the there was any issue during onlining.

original_volume_name (string): This is the name or mount point 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.