View Source GoogleApi.Redis.V1.Model.AutomatedBackupConfig (google_api_redis v0.49.0)

The automated backup config for a cluster.

Attributes

  • automatedBackupMode (type: String.t, default: nil) - Optional. The automated backup mode. If the mode is disabled, the other fields will be ignored.
  • fixedFrequencySchedule (type: GoogleApi.Redis.V1.Model.FixedFrequencySchedule.t, default: nil) - Optional. Trigger automated backups at a fixed frequency.
  • retention (type: String.t, default: nil) - Optional. How long to keep automated backups before the backups are deleted. If not specified, the default value is 100 years which is also the maximum value supported. The minimum value is 1 day.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Redis.V1.Model.AutomatedBackupConfig{
  automatedBackupMode: String.t() | nil,
  fixedFrequencySchedule:
    GoogleApi.Redis.V1.Model.FixedFrequencySchedule.t() | nil,
  retention: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.