Backup and DR Service v1beta API - Class AlloyDbPitrWindow (1.0.0-beta01)

public sealed class AlloyDbPitrWindow : IMessage<AlloyDbPitrWindow>, IEquatable<AlloyDbPitrWindow>, IDeepCloneable<AlloyDbPitrWindow>, IBufferMessage, IMessage

Reference documentation and code samples for the Backup and DR Service v1beta API class AlloyDbPitrWindow.

Point in time recovery window for an AlloyDB cluster.

Inheritance

object > AlloyDbPitrWindow

Namespace

Google.Cloud.BackupDR.V1Beta

Assembly

Google.Cloud.BackupDR.V1Beta.dll

Constructors

AlloyDbPitrWindow()

public AlloyDbPitrWindow()

AlloyDbPitrWindow(AlloyDbPitrWindow)

public AlloyDbPitrWindow(AlloyDbPitrWindow other)
Parameter
Name Description
other AlloyDbPitrWindow

Properties

EndTime

public Timestamp EndTime { get; set; }

Output only. The end time of the PITR window. It is not set if the corresponding Backup Plan Association is active.

Property Value
Type Description
Timestamp

LogRetentionDays

public long LogRetentionDays { get; set; }

Output only. Log retention days for the PITR window.

Property Value
Type Description
long

StartTime

public Timestamp StartTime { get; set; }

Output only. The start time of the PITR window.

Property Value
Type Description
Timestamp