# CreateClusterProperties

Properties with all data needed to create a new MariaDB cluster.

## Properties

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