Class StorageDatabasecenterPartnerapiV1mainBackupConfiguration
Configuration for automatic backups
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainBackupConfiguration : 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 StorageDatabasecenterPartnerapiV1mainRetentionSettings BackupRetentionSettings { get; set; }
Property Value
Type | Description |
---|---|
StorageDatabasecenterPartnerapiV1mainRetentionSettings |
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? |