Show / Hide Table of Contents

Class BackupDrInfo

Information about BackupDR protection for this cluster.

Inheritance
object
BackupDrInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX