ExportDiskDetailsResponse

data class ExportDiskDetailsResponse(val backupManifestCloudPath: String, val manifestFile: String, val manifestHash: String)

Export disk details

Constructors

Link copied to clipboard
constructor(backupManifestCloudPath: String, manifestFile: String, manifestHash: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Path to backed up manifest, only returned if enableManifestBackup is true.

Link copied to clipboard

The relative path of the manifest file on the disk.

Link copied to clipboard

The Base16-encoded MD5 hash of the manifest file on the disk.