public sealed class ContinuousBackupConfig : IMessage<ContinuousBackupConfig>, IEquatable<ContinuousBackupConfig>, IDeepCloneable<ContinuousBackupConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1 API class ContinuousBackupConfig.
ContinuousBackupConfig describes the continuous backups recovery
configurations of a cluster.
public EncryptionConfig EncryptionConfig { get; set; }
The encryption config can be specified to encrypt the
backups with a customer-managed encryption key (CMEK). When this field is
not specified, the backup will then use default encryption scheme to
protect the user data.
The number of days backups and logs will be retained, which determines the
window of time that data is recoverable for. If not set, it defaults to 14
days.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `ContinuousBackupConfig` class within the Google Cloud AlloyDB v1 API, focusing on its role in managing continuous backups for clusters."],["The `ContinuousBackupConfig` class includes properties like `Enabled`, `EncryptionConfig`, `HasEnabled`, and `RecoveryWindowDays`, which control various aspects of continuous backups."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering a range of functionalities for data manipulation and comparison."],["The ContinuousBackupConfig class allows users to manage whether continuous backups are enabled, encryption configurations, and the number of days backups and logs are retained."],["The documentation provides versioning details, listing versions from 1.0.0 up to the latest version 1.9.0, allowing users to navigate through the historical changes made to this API class."]]],[]]