# CreateClusterProperties

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

## Properties

| Name                      | Type                                                                                                                              | Description                                                                                                                                                    | Notes       |
| ------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **postgres\_version**     | **str**                                                                                                                           | The PostgreSQL version of your cluster.                                                                                                                        |             |
| **instances**             | **int**                                                                                                                           | The total number of instances in the cluster (one master and n-1 standbys).                                                                                    |             |
| **cores**                 | **int**                                                                                                                           | The number of CPU cores per instance.                                                                                                                          |             |
| **ram**                   | **int**                                                                                                                           | The amount of memory per instance in megabytes. Has to be a multiple of 1024.                                                                                  |             |
| **storage\_size**         | **int**                                                                                                                           | The amount of storage per instance in megabytes.                                                                                                               |             |
| **storage\_type**         | [**StorageType**](https://docs.ionos.com/sections-test/python-sdk/dbaas-postgres-python-sdk/models/storagetype)                   |                                                                                                                                                                |             |
| **connections**           | [**list\[Connection\]**](https://docs.ionos.com/sections-test/python-sdk/dbaas-postgres-python-sdk/models/connection)             |                                                                                                                                                                |             |
| **location**              | **str**                                                                                                                           | The physical location where the cluster will be created. This will be where all of your instances live. Property cannot be modified after datacenter creation. |             |
| **backup\_location**      | **str**                                                                                                                           | The S3 location where the backups will be stored.                                                                                                              | \[optional] |
| **display\_name**         | **str**                                                                                                                           | The friendly name of your cluster.                                                                                                                             |             |
| **maintenance\_window**   | [**MaintenanceWindow**](https://docs.ionos.com/sections-test/python-sdk/dbaas-postgres-python-sdk/models/maintenancewindow)       |                                                                                                                                                                | \[optional] |
| **credentials**           | [**DBUser**](https://docs.ionos.com/sections-test/python-sdk/dbaas-postgres-python-sdk/models/dbuser)                             |                                                                                                                                                                |             |
| **synchronization\_mode** | [**SynchronizationMode**](https://docs.ionos.com/sections-test/python-sdk/dbaas-postgres-python-sdk/models/synchronizationmode)   |                                                                                                                                                                |             |
| **from\_backup**          | [**CreateRestoreRequest**](https://docs.ionos.com/sections-test/python-sdk/dbaas-postgres-python-sdk/models/createrestorerequest) |                                                                                                                                                                | \[optional] |
