Operations at HyperVCloudTransferManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| Void ConnectToCloud(String snapshotSetId, CloudConnectionParameters connectionInfo) | Conects to cloud |
| Void DeleteSnapshot(String snapshotSetId, DeleteSnapshotRequest request) | Deletes the snapshot |
| TransferProgressInfo GetDataTransferProgress(String snapshotSetId) | Gets information about progress of currently running data transfer, that was initiated by StartDataTransfer call |
| Void KeepSessionAlive() | Keep the session alive |
| Void StartDataTransfer(String snapshotSetId, String volumeName, CloudVolumeTransferParameters transferInfo) | Starts data transfer from specified volume to cloud storage |
| TakeSnapshotHyperVResponse TakeSnapshot(TakeSnapshotHyperVRequest request) | Takes a snapshot of one or more volumes on the agent |