Show / Hide Table of Contents

Class AutomatedBackupConfig

The automated backup config for a cluster.

Inheritance
object
AutomatedBackupConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX