# CreateClusterProperties

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

## Properties

| Name                  | Type                                                                                                             | Description                                                                   | Notes       |
| --------------------- | ---------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------- |
| **mariadbVersion**    | [**MariadbVersion**](https://docs.ionos.com/sections-test/java-sdk/mariadb-sdk-java/models/mariadbversion)       |                                                                               |             |
| **instances**         | **Integer**                                                                                                      | The total number of instances in the cluster (one primary and n-1 secondary). |             |
| **cores**             | **Integer**                                                                                                      | The number of CPU cores per instance.                                         |             |
| **ram**               | **Integer**                                                                                                      | The amount of memory per instance in gigabytes (GB).                          |             |
| **storageSize**       | **Integer**                                                                                                      | The amount of storage per instance in gigabytes (GB).                         |             |
| **connections**       | [**List\<Connection>**](https://docs.ionos.com/sections-test/java-sdk/mariadb-sdk-java/models/connection)        | The network connection for your cluster. Only one connection is allowed.      |             |
| **displayName**       | **String**                                                                                                       | The friendly name of your cluster.                                            |             |
| **maintenanceWindow** | [**MaintenanceWindow**](https://docs.ionos.com/sections-test/java-sdk/mariadb-sdk-java/models/maintenancewindow) |                                                                               | \[optional] |
| **credentials**       | [**DBUser**](https://docs.ionos.com/sections-test/java-sdk/mariadb-sdk-java/models/dbuser)                       |                                                                               |             |
