Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.87 KB

UpdateDbaasServicePgRequest.md

File metadata and controls

27 lines (19 loc) · 1.87 KB

UpdateDbaasServicePgRequest

Properties

Name Type Description Notes
pgbouncerSettings JsonSchemaPgbouncer [optional]
backupSchedule UpdateDbaasServiceMysqlRequestBackupSchedule [optional]
variant EnumPgVariant [optional]
timescaledbSettings JsonSchemaTimescaledb [optional]
ipFilter List<String> Allow incoming connections from CIDR address block, e.g. '10.20.0.0/16' [optional]
terminationProtection Boolean Service is protected against termination and powering off [optional]
synchronousReplication EnumPgSynchronousReplication [optional]
pglookoutSettings JsonSchemaPglookout [optional]
maintenance UpdateDbaasServiceMysqlRequestMaintenance [optional]
version String Version [optional]
plan String Subscription plan [optional]
workMem Long 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]
sharedBuffersPercentage Long 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]
pgSettings JsonSchemaPg [optional]
migration UpdateDbaasServiceMysqlRequestMigration [optional]