Class FinalBackupConfig
Config used to determine the final backup settings for the instance.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1beta4.Data
Assembly: Google.Apis.SQLAdmin.v1beta4.dll
Syntax
public class FinalBackupConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Enabled
Whether the final backup is enabled for the instance.
Declaration
[JsonProperty("enabled")]
public virtual bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
RetentionDays
The number of days to retain the final backup after the instance deletion. The final backup will be purged at (time_of_instance_deletion + retention_days).
Declaration
[JsonProperty("retentionDays")]
public virtual int? RetentionDays { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |