Class AutomatedBackupConfig
The automated backup config for a cluster.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1.Data
Assembly: Google.Apis.CloudRedis.v1.dll
Syntax
public class AutomatedBackupConfig : IDirectResponseSchema
Properties
AutomatedBackupMode
Optional. The automated backup mode. If the mode is disabled, the other fields will be ignored.
Declaration
[JsonProperty("automatedBackupMode")]
public virtual string AutomatedBackupMode { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FixedFrequencySchedule
Optional. Trigger automated backups at a fixed frequency.
Declaration
[JsonProperty("fixedFrequencySchedule")]
public virtual FixedFrequencySchedule FixedFrequencySchedule { get; set; }
Property Value
Type | Description |
---|---|
FixedFrequencySchedule |
Retention
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.
Declaration
[JsonProperty("retention")]
public virtual object Retention { get; set; }
Property Value
Type | Description |
---|---|
object |