Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 954 Bytes

UpdateInstanceRequest.md

File metadata and controls

17 lines (12 loc) · 954 Bytes

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> Tags of a given instance [optional]
logs_policy Option<crate::models::UpdateInstanceRequestLogsPolicy> [optional]
backup_same_region Option<bool> Store logical backups in the same region as the database instance [optional]

[Back to Model list] [Back to API list] [Back to README]