# ClusterProperties

Properties of a database cluster.

## Properties

| Name                    | Type                                                                                                                     | Description                                                                                                                                                                                                                                                                      | Notes       |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| **display\_name**       | **str**                                                                                                                  | The name of your cluster.                                                                                                                                                                                                                                                        | \[optional] |
| **mongo\_db\_version**  | **str**                                                                                                                  | The MongoDB version of your cluster.                                                                                                                                                                                                                                             | \[optional] |
| **location**            | **str**                                                                                                                  | The physical location where the cluster will be created. This is the location where all your instances will be located. This property is immutable.                                                                                                                              | \[optional] |
| **instances**           | **int**                                                                                                                  | The total number of instances in the cluster (one primary and n-1 secondaries).                                                                                                                                                                                                  | \[optional] |
| **connections**         | [**list\[Connection\]**](https://docs.ionos.com/sections-test/python-sdk/dbaas-mongo-python-sdk/models/connection)       |                                                                                                                                                                                                                                                                                  | \[optional] |
| **maintenance\_window** | [**MaintenanceWindow**](https://docs.ionos.com/sections-test/python-sdk/dbaas-mongo-python-sdk/models/maintenancewindow) |                                                                                                                                                                                                                                                                                  | \[optional] |
| **template\_id**        | **str**                                                                                                                  | The unique ID of the template, which specifies the number of cores, storage size, and memory. You cannot downgrade to a smaller template or minor edition (e.g. from business to playground). To get a list of all templates to confirm the changes use the /templates endpoint. | \[optional] |
| **connection\_string**  | **str**                                                                                                                  | The connection string for your cluster.                                                                                                                                                                                                                                          | \[optional] |
