instances
Overview
Name | instances |
Type | Resource |
Id | linode.databases.instances |
Fields
Name | Datatype | Description |
---|---|---|
id | integer | A unique ID that can be used to identify and reference the Managed Database. |
allow_list | array | A list of IP addresses that can access the Managed Database. Each item can be a single IP address or a range in CIDR format. By default, this is an empty array ( [] ), which blocks all connections (both public and private) to the Managed Database.If 0.0.0.0/0 is a value in this list, then all IP addresses can access the Managed Database. |
cluster_size | integer | The number of Linode Instance nodes deployed to the Managed Database. Choosing 3 nodes creates a high availability cluster consisting of 1 primary node and 2 replica nodes. |
created | string | When this Managed Database was created. |
encrypted | boolean | Whether the Managed Databases is encrypted. |
engine | string | The Managed Database engine type. |
hosts | object | The primary and secondary hosts for the Managed Database. These are assigned after provisioning is complete. |
instance_uri | string | Append this to https://api.linode.com to run commands for the Managed Database. |
label | string | A unique, user-defined string referring to the Managed Database. |
region | string | The Region ID for the Managed Database. |
status | string | The operating status of the Managed Database. |
type | string | The Linode Instance type used by the Managed Database for its nodes. |
updated | string | When this Managed Database was last updated. |
updates | object | Configuration settings for automated patch update maintenance for the Managed Database. |
version | string | The Managed Database engine version. |
Methods
Name | Accessible by | Required Params |
---|---|---|
getDatabasesInstances | SELECT | |
_getDatabasesInstances | EXEC |