public sealed class AutomatedBackupPolicy : IMessage<AutomatedBackupPolicy>, IEquatable<AutomatedBackupPolicy>, IDeepCloneable<AutomatedBackupPolicy>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class AutomatedBackupPolicy.
Message describing the user-specified automated backup policy.
All fields in the automated backup policy are optional. Defaults for each field are provided if they are not set.
Implements
IMessageAutomatedBackupPolicy, IEquatableAutomatedBackupPolicy, IDeepCloneableAutomatedBackupPolicy, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
AutomatedBackupPolicy()
public AutomatedBackupPolicy()
AutomatedBackupPolicy(AutomatedBackupPolicy)
public AutomatedBackupPolicy(AutomatedBackupPolicy other)
Parameter | |
---|---|
Name | Description |
other |
AutomatedBackupPolicy |
Properties
BackupWindow
public Duration BackupWindow { get; set; }
The length of the time window during which a backup can be taken. If a backup does not succeed within this time window, it will be canceled and considered failed.
The backup window must be at least 5 minutes long. There is no upper bound on the window. If not set, it defaults to 1 hour.
Property Value | |
---|---|
Type | Description |
Duration |
Enabled
public bool Enabled { get; set; }
Whether automated automated backups are enabled. If not set, defaults to true.
Property Value | |
---|---|
Type | Description |
bool |
EncryptionConfig
public EncryptionConfig EncryptionConfig { get; set; }
Optional. 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.
Property Value | |
---|---|
Type | Description |
EncryptionConfig |
HasEnabled
public bool HasEnabled { get; }
Gets whether the "enabled" field is set
Property Value | |
---|---|
Type | Description |
bool |
Labels
public MapField<string, string> Labels { get; }
Labels to apply to backups created using this configuration.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
Location
public string Location { get; set; }
The location where the backup will be stored. Currently, the only supported option is to store the backup in the same region as the cluster.
If empty, defaults to the region of the cluster.
Property Value | |
---|---|
Type | Description |
string |
QuantityBasedRetention
public AutomatedBackupPolicy.Types.QuantityBasedRetention QuantityBasedRetention { get; set; }
Quantity-based Backup retention policy to retain recent backups.
Property Value | |
---|---|
Type | Description |
AutomatedBackupPolicyTypesQuantityBasedRetention |
RetentionCase
public AutomatedBackupPolicy.RetentionOneofCase RetentionCase { get; }
Property Value | |
---|---|
Type | Description |
AutomatedBackupPolicyRetentionOneofCase |
ScheduleCase
public AutomatedBackupPolicy.ScheduleOneofCase ScheduleCase { get; }
Property Value | |
---|---|
Type | Description |
AutomatedBackupPolicyScheduleOneofCase |
TimeBasedRetention
public AutomatedBackupPolicy.Types.TimeBasedRetention TimeBasedRetention { get; set; }
Time-based Backup retention policy.
Property Value | |
---|---|
Type | Description |
AutomatedBackupPolicyTypesTimeBasedRetention |
WeeklySchedule
public AutomatedBackupPolicy.Types.WeeklySchedule WeeklySchedule { get; set; }
Weekly schedule for the Backup.
Property Value | |
---|---|
Type | Description |
AutomatedBackupPolicyTypesWeeklySchedule |