Interface protos.google.cloud.alloydb.v1.IAutomatedBackupPolicy (1.6.0)

Properties of an AutomatedBackupPolicy.

Package

@google-cloud/alloydb

Properties

backupWindow

backupWindow?: (google.protobuf.IDuration|null);

AutomatedBackupPolicy backupWindow

enabled

enabled?: (boolean|null);

AutomatedBackupPolicy enabled

encryptionConfig

encryptionConfig?: (google.cloud.alloydb.v1.IEncryptionConfig|null);

AutomatedBackupPolicy encryptionConfig

labels

labels?: ({ [k: string]: string }|null);

AutomatedBackupPolicy labels

location

location?: (string|null);

AutomatedBackupPolicy location

quantityBasedRetention

quantityBasedRetention?: (google.cloud.alloydb.v1.AutomatedBackupPolicy.IQuantityBasedRetention|null);

AutomatedBackupPolicy quantityBasedRetention

timeBasedRetention

timeBasedRetention?: (google.cloud.alloydb.v1.AutomatedBackupPolicy.ITimeBasedRetention|null);

AutomatedBackupPolicy timeBasedRetention

weeklySchedule

weeklySchedule?: (google.cloud.alloydb.v1.AutomatedBackupPolicy.IWeeklySchedule|null);

AutomatedBackupPolicy weeklySchedule