Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 3.68 KB

DbaasServicePg.md

File metadata and controls

47 lines (39 loc) · 3.68 KB

DbaasServicePg

Properties

Name Type Description Notes
pgbouncerSettings JsonSchemaPgbouncer [optional]
updatedAt OffsetDateTime Service last update timestamp (ISO 8601) [optional]
nodeCount Long Number of service nodes in the active plan [optional]
connectionInfo DbaasServicePgConnectionInfo [optional]
backupSchedule DbaasServiceMysqlBackupSchedule [optional]
nodeCpuCount Long Number of CPUs for each node [optional]
integrations List<DbaasIntegration> Service integrations [optional]
zone String The zone where the service is running [optional]
nodeStates List<DbaasNodeState> State of individual service nodes [optional]
name String
connectionPools List<DbaasServicePgConnectionPoolsInner> PostgreSQL PGBouncer connection pools [optional]
type String
state EnumServiceState [optional]
timescaledbSettings JsonSchemaTimescaledb [optional]
databases List<String> List of PostgreSQL databases [optional]
ipFilter List<String> Allowed CIDR address blocks for incoming connections [optional]
backups List<DbaasServiceBackup> List of backups for the service [optional]
terminationProtection Boolean Service is protected against termination and powering off [optional]
notifications List<DbaasServiceNotification> Service notifications [optional]
components List<DbaasServiceMysqlComponentsInner> Service component information objects [optional]
synchronousReplication EnumPgSynchronousReplication [optional]
pglookoutSettings JsonSchemaPglookout [optional]
maintenance DbaasServiceMaintenance [optional]
diskSize Long TODO UNIT disk space for data storage [optional]
nodeMemory Long TODO UNIT of memory for each node [optional]
uri String URI for connecting to the service (may be absent) [optional]
uriParams Object service_uri parameterized into key-value pairs [optional]
version String PostgreSQL version [optional]
createdAt OffsetDateTime Service creation timestamp (ISO 8601) [optional]
plan String Subscription plan
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]
maxConnections Long Maximum number of connections allowed to an instance [optional]
users List<DbaasServicePgUsersInner> List of service users [optional]