# ClusterProperties

Properties of a database cluster.

## Properties

| Name                    | Type                                                                                                                 | Description                                                                   | Notes       |
| ----------------------- | -------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------- |
| **display\_name**       | **str**                                                                                                              | The friendly name of your cluster.                                            | \[optional] |
| **mariadb\_version**    | [**MariadbVersion**](https://docs.ionos.com/sections-test/python-sdk/mariadb-sdk-python/models/mariadbversion)       |                                                                               | \[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\]**](https://docs.ionos.com/sections-test/python-sdk/mariadb-sdk-python/models/connection)       |                                                                               | \[optional] |
| **maintenance\_window** | [**MaintenanceWindow**](https://docs.ionos.com/sections-test/python-sdk/mariadb-sdk-python/models/maintenancewindow) |                                                                               | \[optional] |
