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] |