Class StorageDatabasecenterPartnerapiV1mainBackupConfiguration
Disable validation warnings
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class StorageDatabasecenterPartnerapiV1mainBackupConfiguration : IDirectResponseSchema
Properties
AutomatedBackupEnabled
Disable validation warnings
Declaration
[JsonProperty("automatedBackupEnabled")]
public virtual bool? AutomatedBackupEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
BackupRetentionSettings
Disable validation warnings
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
Disable validation warnings
Declaration
[JsonProperty("pointInTimeRecoveryEnabled")]
public virtual bool? PointInTimeRecoveryEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |