Volume Failover Metadata Response
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
Properties
Link copied to clipboard
The date at which the snapshot was taken.
Link copied to clipboard
The path ID of the backup-element for this volume, inside the backup set.
Link copied to clipboard
The path ID of the backup policy using which the snapshot was taken.
Link copied to clipboard
The size of the volume in bytes at the time the snapshot was taken.
Link copied to clipboard
The type of the volume.