Operations at LocalMountManagement

This page describes the backend methods at this endpoint.

Signature Description
Void Dismount(String mountedVolumeName) Dismounts one mounted volume.
Void DismountAll() Dismounts all mounted volumes.
Void DismountAllAgent(String agentId) Dismounts all mounted volumes which came from a specific agent.
LocalMountInfoCollection GetAgentMounts(String agentId) Gets the list of currently mounted volumes which came from a specific agent.
StringCollection GetAvailableLocalDriveLetters() Gets list of drives that are not utilized and can be used to mount volumes.
MountOptions GetMountOptions() Gets options for where to mount recovery points.
LocalMountInfoCollection GetMounts() Gets the list of currently mounted volumes.
Boolean IsVolumeFileSystemCompatible(String volumeImageId) Verifies whether volume file system is compatible with current operation system
String StartMount(LocalMountJobRequest request) Starts mounting a specified recovery point.
Void VerifyVolumeImagesMountability(LocalMountJobRequest request) Validates mountability of volume images.