Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 2.22 KB

UpdateDbaasServicePgRequest.md

File metadata and controls

25 lines (20 loc) · 2.22 KB

UpdateDbaasServicePgRequest

Properties

Name Type Description Notes
pgbouncer_settings Option<models::JsonSchemaPgbouncer> [optional]
backup_schedule Option<models::UpdateDbaasServiceMysqlRequestBackupSchedule> [optional]
variant Option<models::EnumPgVariant> [optional]
timescaledb_settings Option<models::JsonSchemaTimescaledb> [optional]
ip_filter Option<Vec> Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' [optional]
termination_protection Option<bool> Service is protected against termination and powering off [optional]
synchronous_replication Option<models::EnumPgSynchronousReplication> [optional]
pglookout_settings Option<models::JsonSchemaPglookout> [optional]
maintenance Option<models::UpdateDbaasServiceMysqlRequestMaintenance> [optional]
version Option<String> Version [optional]
plan Option<String> Subscription plan [optional]
work_mem Option<i64> Sets the maximum amount of memory to be used by a query operation (such as a sort or hash table) before writing to temporary disk files, in MB. Default is 1MB + 0.075% of total RAM (up to 32MB). [optional]
shared_buffers_percentage Option<i64> Percentage of total RAM that the database server uses for shared memory buffers. Valid range is 20-60 (float), which corresponds to 20% - 60%. This setting adjusts the shared_buffers configuration value. [optional]
pg_settings Option<models::JsonSchemaPg> [optional]
migration Option<models::UpdateDbaasServiceMysqlRequestMigration> [optional]

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