List of backup images available for target end device for restore operation.
| Name | Type | Description | Notes |
|---|---|---|---|
| backup_file_name | str | Auto generated backup File Name with combination of file prefix given an user input and the timestamp. | [optional] [readonly] |
| backup_location | str | Backup location that contains the backup images for end device which can be used for restore operation. | [optional] [readonly] |
| backup_server_ip | str | Backup server where backup images are maintained. | [optional] [readonly] |
| backup_size | int | Size of the backup image in bytes. | [optional] [readonly] |
| connectors | list[UcsdConnectorPack] | [optional] | |
| duration | int | Time taken for the backup to be completed. | [optional] [readonly] |
| encryption_key | str | The key used for encrypting the backup file. | [optional] |
| failure_reason | str | Reason for backup failure. | [optional] [readonly] |
| is_purged | bool | Backup image got purged or not. The backup images get purged based on the retention count set by the user in the backup config policy. | [optional] [readonly] |
| last_modified | datetime | Last modified time when this backup record got updated. | [optional] [readonly] |
| percentage_completion | int | Backup current precentage completion status information. | [optional] [readonly] |
| product_version | str | The end device product version when the backup image was taken. | [optional] |
| protocol | str | Protocol used for the remote backup. possible values are FTP, SCP and SFTP. Not applicable for the localhost (127.0.0.1). | [optional] [readonly] |
| stage_completion | str | Backup current status stage information. | [optional] [readonly] |
| start_time | datetime | Start time of backup when it got initiated. | [optional] [readonly] |
| status | str | Current status of Backup current. | [optional] [readonly] |