# DatacenterProperties

## Properties

| Name                      | Type                                                                                     | Description                                                                                                                                                                                     | Notes                   |
| ------------------------- | ---------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **cpu\_architecture**     | [**list\[CpuArchitectureProperties\]**](/python-sdk/models/cpuarchitectureproperties.md) | 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] |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/python-sdk/models/datacenterproperties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
