Class BackupDRMetadata
BackupDRMetadata contains information about the backup and disaster recovery metadata of a database resource.
Implements
Inherited Members
Namespace: Google.Apis.CloudRedis.v1beta1.Data
Assembly: Google.Apis.CloudRedis.v1beta1.dll
Syntax
public class BackupDRMetadata : IDirectResponseSchema
Properties
BackupConfiguration
Backup configuration for this instance.
Declaration
[JsonProperty("backupConfiguration")]
public virtual BackupConfiguration BackupConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| BackupConfiguration |
BackupRun
Latest backup run information for this instance.
Declaration
[JsonProperty("backupRun")]
public virtual BackupRun BackupRun { get; set; }
Property Value
| Type | Description |
|---|---|
| BackupRun |
BackupdrConfiguration
BackupDR configuration for this instance.
Declaration
[JsonProperty("backupdrConfiguration")]
public virtual BackupDRConfiguration BackupdrConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| BackupDRConfiguration |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FullResourceName
Required. Full resource name of this instance.
Declaration
[JsonProperty("fullResourceName")]
public virtual string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastRefreshTime
object representation of LastRefreshTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastRefreshTimeDateTimeOffset instead.")]
public virtual object LastRefreshTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastRefreshTimeDateTimeOffset
DateTimeOffset representation of LastRefreshTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastRefreshTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastRefreshTimeRaw
Required. Last time backup configuration was refreshed.
Declaration
[JsonProperty("lastRefreshTime")]
public virtual string LastRefreshTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceId
Required. Database resource id.
Declaration
[JsonProperty("resourceId")]
public virtual DatabaseResourceId ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| DatabaseResourceId |