VolumeBackupsResponse

data class VolumeBackupsResponse(val backupsCount: Int? = null, val policyEnabled: Boolean? = null, val volumeName: String? = null, val volumeResourceId: String? = null)

Volume details using the backup policy

Constructors

Link copied to clipboard
constructor(backupsCount: Int? = null, policyEnabled: Boolean? = null, volumeName: String? = null, volumeResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val backupsCount: Int? = null

Total count of backups for volume

Link copied to clipboard
val policyEnabled: Boolean? = null

Policy enabled

Link copied to clipboard
val volumeName: String? = null

Volume name

Link copied to clipboard

ResourceId used to identify the Volume