# DatacenterProperties

## Properties

| Name                      | Type                                                                                                                                           | Description                                                                                                                                                                                     | Notes                   |
| ------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **cpu\_architecture**     | [**list\[CpuArchitectureProperties\]**](https://docs.ionos.com/sections-test/python-sdk/cloud-api-python-sdk/models/cpuarchitectureproperties) | Array of features and CPU families available in a location                                                                                                                                      | \[optional] \[readonly] |
| **description**           | **str**                                                                                                                                        | A description for the datacenter, such as staging, production.                                                                                                                                  | \[optional]             |
| **features**              | **list\[str]**                                                                                                                                 | List of features supported by the location where this data center is provisioned.                                                                                                               | \[optional] \[readonly] |
| **ipv6\_cidr\_block**     | **str**                                                                                                                                        | This value is either 'null' or contains an automatically-assigned /56 IPv6 CIDR block if IPv6 is enabled on this virtual data center. It can neither be changed nor removed.                    | \[optional] \[readonly] |
| **location**              | **str**                                                                                                                                        | The physical location where the datacenter will be created. This will be where all of your servers live. Property cannot be modified after datacenter creation (disallowed in update requests). |                         |
| **name**                  | **str**                                                                                                                                        | The name of the resource.                                                                                                                                                                       | \[optional]             |
| **sec\_auth\_protection** | **bool**                                                                                                                                       | Boolean value representing if the data center requires extra protection, such as two-step verification.                                                                                         | \[optional]             |
| **version**               | **int**                                                                                                                                        | The version of the data center; incremented with every change.                                                                                                                                  | \[optional] \[readonly] |
