Skip to content
This repository was archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 1.19 KB

File metadata and controls

16 lines (12 loc) · 1.19 KB

QoveryApi.DatabaseEditRequest

Properties

Name Type Description Notes
name String name is case-insensitive [optional]
description String give a description to this database [optional]
version String [optional]
accessibility DatabaseAccessibilityEnum [optional]
cpu Number unit is millicores (m). 1000m = 1 cpu. This field will be ignored for managed DB (instance type will be used instead). [optional] [default to 250]
memory Number unit is MB. 1024 MB = 1GB This field will be ignored for managed DB (instance type will be used instead). Default value is linked to the database type: - MANAGED: 100 - CONTAINER - POSTGRES: 100 - REDIS: 100 - MYSQL: 512 - MONGODB: 256 [optional]
storage Number unit is GB [optional]
instanceType String Database instance type to be used for this database. The list of values can be retrieved via the endpoint /{CloudProvider}/managedDatabase/instanceType/{region}/{dbType}. This field SHOULD NOT be set for container DB. [optional]