# Backup

A backup object.

## Properties

| Name                                 | Type                                                                                                           | Description                                                                         | Notes       |
| ------------------------------------ | -------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ----------- |
| **cluster\_id**                      | **str**                                                                                                        | The unique ID of the cluster that was backed up.                                    | \[optional] |
| **earliest\_recovery\_target\_time** | **datetime**                                                                                                   | The oldest available timestamp to which you can restore.                            | \[optional] |
| **size**                             | **int**                                                                                                        | Size of all base backups in MiB. This is at least the sum of all base backup sizes. | \[optional] |
| **base\_backups**                    | [**list\[BaseBackup\]**](https://docs.ionos.com/sections-test/python-sdk/mariadb-sdk-python/models/basebackup) |                                                                                     | \[optional] |
