Class DataSourceBackupConfigInfo
Information of backup configuration on the DataSource.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class DataSourceBackupConfigInfo : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastBackupState
Output only. The status of the last backup in this DataSource
Declaration
[JsonProperty("lastBackupState")]
public virtual string LastBackupState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LastSuccessfulBackupConsistencyTime
object representation of LastSuccessfulBackupConsistencyTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSuccessfulBackupConsistencyTimeDateTimeOffset instead.")]
public virtual object LastSuccessfulBackupConsistencyTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
LastSuccessfulBackupConsistencyTimeDateTimeOffset
DateTimeOffset representation of LastSuccessfulBackupConsistencyTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSuccessfulBackupConsistencyTimeDateTimeOffset { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTimeOffset? |
LastSuccessfulBackupConsistencyTimeRaw
Output only. Timestamp of the last successful backup to this DataSource.
Declaration
[JsonProperty("lastSuccessfulBackupConsistencyTime")]
public virtual string LastSuccessfulBackupConsistencyTimeRaw { get; set; }
Property Value
| Type | Description |
|---|---|
| string |