We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc336cd commit c6a8d48Copy full SHA for c6a8d48
openapi.yaml
@@ -18184,6 +18184,16 @@ components:
18184
description: Pricing details for MySQL Managed Databases.
18185
items:
18186
$ref: '#/components/schemas/DatabaseTypeEngine'
18187
+ postgresql:
18188
+ type: array
18189
+ description: Pricing details for PostgreSQL Managed Databases.
18190
+ items:
18191
+ $ref: '#/components/schemas/DatabaseTypeEngine'
18192
+ mongodb:
18193
18194
+ description: Pricing details for MongoDB Managed Databases.
18195
18196
18197
memory:
18198
type: integer
18199
description: The amount of RAM allocated to Database created of this plan type. The value is represented in megabytes.
0 commit comments