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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eContinuousBackupConfig\u003c/code\u003e class within the Google Cloud AlloyDB v1 API, focusing on its role in managing continuous backups for clusters.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContinuousBackupConfig\u003c/code\u003e class includes properties like \u003ccode\u003eEnabled\u003c/code\u003e, \u003ccode\u003eEncryptionConfig\u003c/code\u003e, \u003ccode\u003eHasEnabled\u003c/code\u003e, and \u003ccode\u003eRecoveryWindowDays\u003c/code\u003e, which control various aspects of continuous backups.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, offering a range of functionalities for data manipulation and comparison.\u003c/p\u003e\n"],["\u003cp\u003eThe ContinuousBackupConfig class allows users to manage whether continuous backups are enabled, encryption configurations, and the number of days backups and logs are retained.\u003c/p\u003e\n"],["\u003cp\u003eThe 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.\u003c/p\u003e\n"]]],[],null,[]]