types
Overview
Name | types |
Type | Resource |
Id | linode.databases.types |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The ID representing the Managed Database node plan type. |
class | string | The compute class category. |
deprecated | boolean | Whether this Database plan type has been deprecated and is no longer available. |
disk | integer | The amount of disk space set aside for Databases of this plan type. The value is represented in megabytes. |
engines | object | |
label | string | A human-readable string that describes each plan type. For display purposes only. |
memory | integer | The amount of RAM allocated to Database created of this plan type. The value is represented in megabytes. |
vcpus | integer | The integer of number CPUs allocated to databases of this plan type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getDatabasesType | SELECT | typeId | Display the details of a single Managed Database type. The type and number of nodes determine the resources and price of a Managed Database instance. |
getDatabasesTypes | SELECT | Display 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. | |
_getDatabasesType | EXEC | typeId | Display the details of a single Managed Database type. The type and number of nodes determine the resources and price of a Managed Database instance. |
_getDatabasesTypes | EXEC | Display 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. |