Show / Hide Table of Contents

Class StorageDatabasecenterPartnerapiV1mainBackupConfiguration

Configuration for automatic backups

Inheritance
object
StorageDatabasecenterPartnerapiV1mainBackupConfiguration
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.CloudAlloyDBAdmin.v1.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX