public sealed class ContinuousBackupInfo : IMessage<ContinuousBackupInfo>, IEquatable<ContinuousBackupInfo>, IDeepCloneable<ContinuousBackupInfo>, IBufferMessage, IMessageReference documentation and code samples for the AlloyDB v1 API class ContinuousBackupInfo.
ContinuousBackupInfo describes the continuous backup properties of a cluster.
Implements
IMessageContinuousBackupInfo, IEquatableContinuousBackupInfo, IDeepCloneableContinuousBackupInfo, IBufferMessage, IMessageNamespace
Google.Cloud.AlloyDb.V1Assembly
Google.Cloud.AlloyDb.V1.dll
Constructors
ContinuousBackupInfo()
public ContinuousBackupInfo()ContinuousBackupInfo(ContinuousBackupInfo)
public ContinuousBackupInfo(ContinuousBackupInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ContinuousBackupInfo |
Properties
EarliestRestorableTime
public Timestamp EarliestRestorableTime { get; set; }Output only. The earliest restorable time that can be restored to. Output only field.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EnabledTime
public Timestamp EnabledTime { get; set; }Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
EncryptionInfo
public EncryptionInfo EncryptionInfo { get; set; }Output only. The encryption information for the WALs and backups required for ContinuousBackup.
| Property Value | |
|---|---|
| Type | Description |
EncryptionInfo |
|
Schedule
public RepeatedField<DayOfWeek> Schedule { get; }Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDayOfWeek |
|