GoogleApi.BigtableAdmin.V2.Model.AutomatedBackupPolicy (google_api_bigtable_admin v0.31.0)

View Source

Defines an automated backup policy for a table

Attributes

  • frequency (type: String.t, default: nil) - How frequently automated backups should occur. The only supported value at this time is 24 hours. An undefined frequency is treated as 24 hours.
  • retentionPeriod (type: String.t, default: nil) - Required. How long the automated backups should be retained. Values must be at least 3 days and at most 90 days.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigtableAdmin.V2.Model.AutomatedBackupPolicy{
  frequency: String.t() | nil,
  retentionPeriod: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.