BackupExpiryQuantity

data class BackupExpiryQuantity(val retentionCount: Int? = null, val totalRetentionCount: Int? = null)

Constructors

Link copied to clipboard
constructor(retentionCount: Int? = null, totalRetentionCount: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val retentionCount: Int? = null

(Output) Output only. The backup's position among its backups with the same source cluster and type, by descending chronological order create time (i.e. newest first).

Link copied to clipboard

(Output) Output only. The length of the quantity-based queue, specified by the backup's retention policy.