View Source GoogleApi.BackupDR.V1.Model.FinalizeBackupRequest (google_api_backup_dr v0.11.0)
Message for finalizing a Backup.
Attributes
-
backupId
(type:String.t
, default:nil
) - Required. Resource ID of the Backup resource to be finalized. This must be the same backup_id that was used in the InitiateBackupRequest. -
consistencyTime
(type:DateTime.t
, default:nil
) - 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. -
description
(type:String.t
, default:nil
) - This will be assigned to the description field of the newly created Backup. -
recoveryRangeEndTime
(type:DateTime.t
, default:nil
) - The latest timestamp of data available in this Backup. This will be set on the newly created Backup. -
recoveryRangeStartTime
(type:DateTime.t
, default:nil
) - The earliest timestamp of data available in this Backup. This will set on the newly created Backup. -
requestId
(type:String.t
, default:nil
) - 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). -
retentionDuration
(type:String.t
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BackupDR.V1.Model.FinalizeBackupRequest{ backupId: String.t() | nil, consistencyTime: DateTime.t() | nil, description: String.t() | nil, recoveryRangeEndTime: DateTime.t() | nil, recoveryRangeStartTime: DateTime.t() | nil, requestId: String.t() | nil, retentionDuration: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.