VolumeFailoverMetadataResponse

data class VolumeFailoverMetadataResponse(val backupCreatedDate: String? = null, val backupElementId: String? = null, val backupId: String? = null, val backupPolicyId: String? = null, val sizeInBytes: Double? = null, val volumeId: String? = null, val volumeType: String? = null)

The metadata of a volume that has valid cloud snapshot.

Constructors

Link copied to clipboard
constructor(backupCreatedDate: String? = null, backupElementId: String? = null, backupId: String? = null, backupPolicyId: String? = null, sizeInBytes: Double? = null, volumeId: String? = null, volumeType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date at which the snapshot was taken.

Link copied to clipboard
val backupElementId: String? = null

The path ID of the backup-element for this volume, inside the backup set.

Link copied to clipboard
val backupId: String? = null

The path ID of the backup set.

Link copied to clipboard
val backupPolicyId: String? = null

The path ID of the backup policy using which the snapshot was taken.

Link copied to clipboard
val sizeInBytes: Double? = null

The size of the volume in bytes at the time the snapshot was taken.

Link copied to clipboard
val volumeId: String? = null

The path ID of the volume.

Link copied to clipboard
val volumeType: String? = null

The type of the volume.