# DatacenterProperties

## Properties

| Name                  | Type                                                                                     | Description                                                                                                                                                                                     | Notes                                           |
| --------------------- | ---------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| **cpuArchitecture**   | [**Array\<CpuArchitectureProperties>**](/nodejs-sdk/models/cpuarchitectureproperties.md) | Array of features and CPU families available in a location                                                                                                                                      | \[optional] \[readonly] \[default to undefined] |
| **description**       | **string**                                                                               | A description for the datacenter, such as staging, production.                                                                                                                                  | \[optional] \[default to undefined]             |
| **features**          | **Array\<string>**                                                                       | List of features supported by the location where this data center is provisioned.                                                                                                               | \[optional] \[readonly] \[default to undefined] |
| **ipv6CidrBlock**     | **string**                                                                               | 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] \[default to undefined] |
| **location**          | **string**                                                                               | 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). | \[default to undefined]                         |
| **name**              | **string**                                                                               | The name of the resource.                                                                                                                                                                       | \[optional] \[default to undefined]             |
| **secAuthProtection** | **boolean**                                                                              | Boolean value representing if the data center requires extra protection, such as two-step verification.                                                                                         | \[optional] \[default to undefined]             |
| **version**           | **number**                                                                               | The version of the data center; incremented with every change.                                                                                                                                  | \[optional] \[readonly] \[default to undefined] |


---

# 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/nodejs-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.
