View Source GoogleApi.AlloyDB.V1.Model.QuantityBasedExpiry (google_api_alloy_db v0.8.0)

A backup's position in a quantity-based retention queue, of backups with the same source cluster and type, with length, retention, specified by the backup's retention policy. Once the position is greater than the retention, the backup is eligible to be garbage collected. Example: 5 backups from the same source cluster and type with a quantity-based retention of 3 and denoted by backup_id (position, retention). Safe: backup_5 (1, 3), backup_4, (2, 3), backup_3 (3, 3). Awaiting garbage collection: backup_2 (4, 3), backup_1 (5, 3)

Attributes

  • retentionCount (type: integer(), default: nil) - 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).
  • totalRetentionCount (type: integer(), default: nil) - Output only. The length of the quantity-based queue, specified by the backup's retention policy.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlloyDB.V1.Model.QuantityBasedExpiry{
  retentionCount: integer() | nil,
  totalRetentionCount: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.