View Source GoogleApi.BackupDR.V1.Model.BackupApplianceBackupProperties (google_api_backup_dr v0.3.0)
BackupApplianceBackupProperties represents BackupDR backup appliance's properties.
Attributes
-
finalizeTime
(type:DateTime.t
, default:nil
) - Output only. The time when this backup object was finalized (if none, backup is not finalized). -
generationId
(type:integer()
, default:nil
) - Output only. The numeric generation ID of the backup (monotonically increasing). -
recoveryRangeEndTime
(type:DateTime.t
, default:nil
) - Optional. The latest timestamp of data available in this Backup. -
recoveryRangeStartTime
(type:DateTime.t
, default:nil
) - Optional. The earliest timestamp of data available in this Backup.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BackupDR.V1.Model.BackupApplianceBackupProperties{ finalizeTime: DateTime.t() | nil, generationId: integer() | nil, recoveryRangeEndTime: DateTime.t() | nil, recoveryRangeStartTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.