Class BackupConfiguration
Configuration for automatic backups
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class BackupConfiguration : IDirectResponseSchema
Properties
AutomatedBackupEnabled
Whether customer visible automated backups are enabled on the instance.
Declaration
[JsonProperty("automatedBackupEnabled")]
public virtual bool? AutomatedBackupEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
BackupRetentionSettings
Backup retention settings.
Declaration
[JsonProperty("backupRetentionSettings")]
public virtual RetentionSettings BackupRetentionSettings { get; set; }
Property Value
Type | Description |
---|---|
RetentionSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PointInTimeRecoveryEnabled
Whether point-in-time recovery is enabled. This is optional field, if the database service does not have this feature or metadata is not available in control plane, this can be omitted.
Declaration
[JsonProperty("pointInTimeRecoveryEnabled")]
public virtual bool? PointInTimeRecoveryEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |