Class BackupDrInfo
Information about BackupDR protection for this cluster.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class BackupDrInfo : IDirectResponseSchema
Properties
CurrentWindow
The current BackupDR configuration for this cluster. If BackupDR protection is not enabled for this cluster, this field will be empty.
Declaration
[JsonProperty("currentWindow")]
public virtual BackupDrEnabledWindow CurrentWindow { get; set; }
Property Value
| Type | Description |
|---|---|
| BackupDrEnabledWindow |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PreviousWindows
Windows during which BackupDR was enabled for this cluster, along with associated configuration for that window. These are used to determine points-in-time for which restores can be performed. The windows are ordered with the most recent window last. Windows are mutally exclusive. Windows which closed more than 1 year ago will be removed from this list.
Declaration
[JsonProperty("previousWindows")]
public virtual IList<BackupDrEnabledWindow> PreviousWindows { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<BackupDrEnabledWindow> |