Class BackupApplianceBackupProperties
BackupApplianceBackupProperties represents BackupDR backup appliance's properties.
Implements
Inherited Members
Namespace: Google.Apis.Backupdr.v1.Data
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class BackupApplianceBackupProperties : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FinalizeTime
object representation of FinalizeTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use FinalizeTimeDateTimeOffset instead.")]
public virtual object FinalizeTime { get; set; }
Property Value
Type | Description |
---|---|
object |
FinalizeTimeDateTimeOffset
DateTimeOffset representation of FinalizeTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? FinalizeTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
FinalizeTimeRaw
Output only. The time when this backup object was finalized (if none, backup is not finalized).
Declaration
[JsonProperty("finalizeTime")]
public virtual string FinalizeTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
GenerationId
Output only. The numeric generation ID of the backup (monotonically increasing).
Declaration
[JsonProperty("generationId")]
public virtual int? GenerationId { get; set; }
Property Value
Type | Description |
---|---|
int? |
RecoveryRangeEndTime
object representation of RecoveryRangeEndTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RecoveryRangeEndTimeDateTimeOffset instead.")]
public virtual object RecoveryRangeEndTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RecoveryRangeEndTimeDateTimeOffset
DateTimeOffset representation of RecoveryRangeEndTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RecoveryRangeEndTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RecoveryRangeEndTimeRaw
Optional. The latest timestamp of data available in this Backup.
Declaration
[JsonProperty("recoveryRangeEndTime")]
public virtual string RecoveryRangeEndTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
RecoveryRangeStartTime
object representation of RecoveryRangeStartTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use RecoveryRangeStartTimeDateTimeOffset instead.")]
public virtual object RecoveryRangeStartTime { get; set; }
Property Value
Type | Description |
---|---|
object |
RecoveryRangeStartTimeDateTimeOffset
DateTimeOffset representation of RecoveryRangeStartTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? RecoveryRangeStartTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
RecoveryRangeStartTimeRaw
Optional. The earliest timestamp of data available in this Backup.
Declaration
[JsonProperty("recoveryRangeStartTime")]
public virtual string RecoveryRangeStartTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |