Show / Hide Table of Contents

Class DataSourceBackupConfigInfo

Information of backup configuration on the DataSource.

Inheritance
object
DataSourceBackupConfigInfo
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX