Class BackupConfigInfo
BackupConfigInfo has information about how the resource is configured for Backup and about the most recent backup to this vault.
Implements
Inherited Members
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 |