Skip to main content

types

Overview

Nametypes
TypeResource
Idlinode.databases.types

Fields

NameDatatypeDescription
idstringThe ID representing the Managed Database node plan type.
memoryintegerThe amount of RAM allocated to Database created of this plan type. The value is represented in megabytes.
vcpusintegerThe integer of number CPUs allocated to databases of this plan type.
classstringThe compute class category.
deprecatedbooleanWhether this Database plan type has been deprecated and is no longer available.
diskintegerThe amount of disk space set aside for Databases of this plan type. The value is represented in megabytes.
enginesobject
labelstringA human-readable string that describes each plan type. For display purposes only.

Methods

NameAccessible byRequired ParamsDescription
getDatabasesTypeSELECTtypeIdDisplay the details of a single Managed Database type. The type and number of nodes determine the resources and price of a Managed Database instance.
getDatabasesTypesSELECTDisplay all Managed Database node types. The type and number of nodes determine the resources and price of a Managed Database instance.

Each Managed Database can have one node type. In the case of a high availabilty Database, all nodes are provisioned according to the chosen type.
_getDatabasesTypeEXECtypeIdDisplay the details of a single Managed Database type. The type and number of nodes determine the resources and price of a Managed Database instance.
_getDatabasesTypesEXECDisplay all Managed Database node types. The type and number of nodes determine the resources and price of a Managed Database instance.

Each Managed Database can have one node type. In the case of a high availabilty Database, all nodes are provisioned according to the chosen type.