Show / Hide Table of Contents

Class FinalizeBackupRequest

Message for finalizing a Backup.

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

Properties

BackupId

Required. Resource ID of the Backup resource to be finalized. This must be the same backup_id that was used in the InitiateBackupRequest.

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

ConsistencyTime

object representation of ConsistencyTimeRaw.

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

ConsistencyTimeDateTimeOffset

DateTimeOffset representation of ConsistencyTimeRaw.

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

ConsistencyTimeRaw

The point in time when this backup was captured from the source. This will be assigned to the consistency_time field of the newly created Backup.

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

Description

This will be assigned to the description field of the newly created Backup.

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

ETag

The ETag of the item.

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

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

The latest timestamp of data available in this Backup. This will be set on the newly created 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

The earliest timestamp of data available in this Backup. This will set on the newly created Backup.

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

RequestId

Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

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

RetentionDuration

The ExpireTime on the backup will be set to FinalizeTime plus this duration. If the resulting ExpireTime is less than EnforcedRetentionEndTime, then ExpireTime is set to EnforcedRetentionEndTime.

Declaration
[JsonProperty("retentionDuration")]
public virtual object RetentionDuration { get; set; }
Property Value
Type Description
object

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX