AlloyDB v1beta API - Class ContinuousBackupInfo (1.0.0-beta05)

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.

Inheritance

object > ContinuousBackupInfo

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

ContinuousBackupInfo()

public ContinuousBackupInfo()

ContinuousBackupInfo(ContinuousBackupInfo)

public ContinuousBackupInfo(ContinuousBackupInfo other)
Parameter
NameDescription
otherContinuousBackupInfo

Properties

EarliestRestorableTime

public Timestamp EarliestRestorableTime { get; set; }

Output only. The earliest restorable time that can be restored to. Output only field.

Property Value
TypeDescription
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
TypeDescription
Timestamp

EncryptionInfo

public EncryptionInfo EncryptionInfo { get; set; }

Output only. The encryption information for the WALs and backups required for ContinuousBackup.

Property Value
TypeDescription
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
TypeDescription
RepeatedFieldDayOfWeek