public sealed class ContinuousBackupInfo : IMessage<ContinuousBackupInfo>, IEquatable<ContinuousBackupInfo>, IDeepCloneable<ContinuousBackupInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the AlloyDB v1beta API class ContinuousBackupInfo.
ContinuousBackupInfo describes the continuous backup properties of a cluster.
Implements
IMessageContinuousBackupInfo, IEquatableContinuousBackupInfo, IDeepCloneableContinuousBackupInfo, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.AlloyDbV1BetaAssembly
Google.Cloud.AlloyDb.V1Beta.dll
Constructors
ContinuousBackupInfo()
public ContinuousBackupInfo()
ContinuousBackupInfo(ContinuousBackupInfo)
public ContinuousBackupInfo(ContinuousBackupInfo other)
Name | Description |
other | ContinuousBackupInfo |
Properties
EnabledTime
public Timestamp EnabledTime { get; set; }
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
Type | Description |
Timestamp |
EncryptionInfo
public EncryptionInfo EncryptionInfo { get; set; }
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
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.
Type | Description |
RepeatedFieldDayOfWeek |