> For the complete documentation index, see [llms.txt](https://docs.ionos.com/mariadb-sdk-python/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/mariadb-sdk-python/models/clusterproperties.md).

# ClusterProperties

Properties of a database cluster.

## Properties

| Name                    | Type                                                                     | Description                                                                   | Notes       |
| ----------------------- | ------------------------------------------------------------------------ | ----------------------------------------------------------------------------- | ----------- |
| **display\_name**       | **str**                                                                  | The friendly name of your cluster.                                            | \[optional] |
| **mariadb\_version**    | [**MariadbVersion**](/mariadb-sdk-python/models/mariadbversion.md)       |                                                                               | \[optional] |
| **dns\_name**           | **str**                                                                  | The DNS name pointing to your cluster.                                        | \[optional] |
| **instances**           | **int**                                                                  | The total number of instances in the cluster (one primary and n-1 secondary). | \[optional] |
| **ram**                 | **int**                                                                  | The amount of memory per instance in gigabytes (GB).                          | \[optional] |
| **cores**               | **int**                                                                  | The number of CPU cores per instance.                                         | \[optional] |
| **storage\_size**       | **int**                                                                  | The amount of storage per instance in gigabytes (GB).                         | \[optional] |
| **connections**         | [**list\[Connection\]**](/mariadb-sdk-python/models/connection.md)       |                                                                               | \[optional] |
| **maintenance\_window** | [**MaintenanceWindow**](/mariadb-sdk-python/models/maintenancewindow.md) |                                                                               | \[optional] |
