View Source GoogleApi.Redis.V1beta1.Model.AutomatedBackupConfig (google_api_redis v0.50.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.V1beta1.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. The value should be between 1 day and 365 days. If not specified, the default value is 35 days.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Redis.V1beta1.Model.AutomatedBackupConfig{ automatedBackupMode: String.t() | nil, fixedFrequencySchedule: GoogleApi.Redis.V1beta1.Model.FixedFrequencySchedule.t() | nil, retention: String.t() | nil }