scaleway_api_rs 0.1.8

Generated library to interact with Scaleway API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# UpdateInstanceRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**backup_schedule_frequency** | Option<**i32**> | In hours | [optional]
**backup_schedule_retention** | Option<**i32**> | In days | [optional]
**is_backup_schedule_disabled** | Option<**bool**> | Whether or not the backup schedule is disabled | [optional]
**name** | Option<**String**> | Name of the instance | [optional]
**tags** | Option<**Vec<String>**> | Tags of a given instance | [optional]
**logs_policy** | Option<[**crate::models::UpdateInstanceRequestLogsPolicy**]UpdateInstance_request_logs_policy.md> |  | [optional]
**backup_same_region** | Option<**bool**> | Store logical backups in the same region as the database instance | [optional]

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