CreateClusterProperties
Properties with all data needed to create a new MariaDB cluster.
Properties
Name
Type
Description
Notes
instances
int
The total number of instances in the cluster (one primary and n-1 secondary).
cores
int
The number of CPU cores per instance.
ram
int
The amount of memory per instance in gigabytes (GB).
storage_size
int
The amount of storage per instance in gigabytes (GB).
display_name
str
The friendly name of your cluster.
Last updated