Show / Hide Table of Contents

Class BackupConfigInfo

BackupConfigInfo has information about how the resource is configured for Backup and about the most recent backup to this vault.

Inheritance
object
BackupConfigInfo
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 BackupConfigInfo : IDirectResponseSchema

Properties

BackupApplianceBackupConfig

Configuration for an application backed up by a Backup Appliance.

Declaration
[JsonProperty("backupApplianceBackupConfig")]
public virtual BackupApplianceBackupConfig BackupApplianceBackupConfig { get; set; }
Property Value
Type Description
BackupApplianceBackupConfig

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GcpBackupConfig

Configuration for a Google Cloud resource.

Declaration
[JsonProperty("gcpBackupConfig")]
public virtual GcpBackupConfig GcpBackupConfig { get; set; }
Property Value
Type Description
GcpBackupConfig

LastBackupError

Output only. If the last backup failed, this field has the error message.

Declaration
[JsonProperty("lastBackupError")]
public virtual Status LastBackupError { get; set; }
Property Value
Type Description
Status

LastBackupState

Output only. The status of the last backup to this BackupVault

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. If the last backup were successful, this field has the consistency date.

Declaration
[JsonProperty("lastSuccessfulBackupConsistencyTime")]
public virtual string LastSuccessfulBackupConsistencyTimeRaw { get; set; }
Property Value
Type Description
string

LastSuccessfulLogBackupConsistencyTime

object representation of LastSuccessfulLogBackupConsistencyTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastSuccessfulLogBackupConsistencyTimeDateTimeOffset instead.")]
public virtual object LastSuccessfulLogBackupConsistencyTime { get; set; }
Property Value
Type Description
object

LastSuccessfulLogBackupConsistencyTimeDateTimeOffset

DateTimeOffset representation of LastSuccessfulLogBackupConsistencyTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastSuccessfulLogBackupConsistencyTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastSuccessfulLogBackupConsistencyTimeRaw

Output only. If the last log backup were successful, this field has the consistency date.

Declaration
[JsonProperty("lastSuccessfulLogBackupConsistencyTime")]
public virtual string LastSuccessfulLogBackupConsistencyTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX