public sealed class AlloyDbPitrWindow : IMessage<AlloyDbPitrWindow>, IEquatable<AlloyDbPitrWindow>, IDeepCloneable<AlloyDbPitrWindow>, IBufferMessage, IMessageReference documentation and code samples for the Backup and DR Service v1beta API class AlloyDbPitrWindow.
Point in time recovery window for an AlloyDB cluster.
Implements
IMessageAlloyDbPitrWindow, IEquatableAlloyDbPitrWindow, IDeepCloneableAlloyDbPitrWindow, IBufferMessage, IMessageNamespace
Google.Cloud.BackupDR.V1BetaAssembly
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 |
|