Class ContinuousBackupInfo
ContinuousBackupInfo describes the continuous backup properties of a cluster.
Implements
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1beta.Data
Assembly: Google.Apis.CloudAlloyDBAdmin.v1beta.dll
Syntax
public class ContinuousBackupInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EarliestRestorableTime
object representation of EarliestRestorableTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EarliestRestorableTimeDateTimeOffset instead.")]
public virtual object EarliestRestorableTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EarliestRestorableTimeDateTimeOffset
DateTimeOffset representation of EarliestRestorableTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EarliestRestorableTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EarliestRestorableTimeRaw
Output only. The earliest restorable time that can be restored to. Output only field.
Declaration
[JsonProperty("earliestRestorableTime")]
public virtual string EarliestRestorableTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
EnabledTime
object representation of EnabledTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EnabledTimeDateTimeOffset instead.")]
public virtual object EnabledTime { get; set; }
Property Value
Type | Description |
---|---|
object |
EnabledTimeDateTimeOffset
DateTimeOffset representation of EnabledTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? EnabledTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
EnabledTimeRaw
Output only. When ContinuousBackup was most recently enabled. Set to null if ContinuousBackup is not enabled.
Declaration
[JsonProperty("enabledTime")]
public virtual string EnabledTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptionInfo
Output only. The encryption information for the WALs and backups required for ContinuousBackup.
Declaration
[JsonProperty("encryptionInfo")]
public virtual EncryptionInfo EncryptionInfo { get; set; }
Property Value
Type | Description |
---|---|
EncryptionInfo |
Schedule
Output only. Days of the week on which a continuous backup is taken. Output only field. Ignored if passed into the request.
Declaration
[JsonProperty("schedule")]
public virtual IList<string> Schedule { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |