exoscale-rs 3.0.0

Infrastructure automation API, allowing programmatic access to all Exoscale products and services. The [OpenAPI Specification](http://spec.openapis.org/oas/v3.0.3.html) source of this documentation can be obtained here: * [JSON format](https://openapi-v2.exoscale.com/source.json) * [YAML format](https://openapi-v2.exoscale.com/source.yaml)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# DbaasBackupConfig

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**max_count** | Option<**u64**> | Maximum number of backups to keep. Zero when no backups are created. | [optional][readonly]
**interval** | Option<**u64**> | The interval, in hours, at which backups are generated.                                             For some services, like PostgreSQL, this is the interval                                             at which full snapshots are taken and continuous incremental                                             backup stream is maintained in addition to that. | [optional][readonly]
**recovery_mode** | Option<**String**> | Mechanism how backups can be restored. 'regular'                                             means a backup is restored as is so that the system                                             is restored to the state it was when the backup was generated.                                             'pitr' means point-in-time-recovery, which allows restoring the system to any state since the first available full snapshot. | [optional][readonly]
**frequent_interval_minutes** | Option<**u64**> | Interval of taking a frequent backup in service types supporting different backup schedules | [optional][readonly]
**frequent_oldest_age_minutes** | Option<**u64**> | Maximum age of the oldest frequent backup in service types supporting different backup schedules | [optional][readonly]
**infrequent_interval_minutes** | Option<**u64**> | Interval of taking a frequent backup in service types supporting different backup schedules | [optional][readonly]
**infrequent_oldest_age_minutes** | Option<**u64**> | Maximum age of the oldest infrequent backup in service types supporting different backup schedules | [optional][readonly]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)