> For the complete documentation index, see [llms.txt](https://docs.ionos.com/nodejs-sdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/nodejs-sdk/models/locationproperties.md).

# LocationProperties

## Properties

| Name                | Type                                                                                     | Description                                                                    | Notes                                           |
| ------------------- | ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | ----------------------------------------------- |
| **cpuArchitecture** | [**Array\<CpuArchitectureProperties>**](/nodejs-sdk/models/cpuarchitectureproperties.md) | A list of available CPU types and related resources available in the location. | \[optional] \[readonly] \[default to undefined] |
| **features**        | **Array\<string>**                                                                       | A list of available features in the location.                                  | \[optional] \[readonly] \[default to undefined] |
| **imageAliases**    | **Array\<string>**                                                                       | A list of image aliases available in the location.                             | \[optional] \[readonly] \[default to undefined] |
| **name**            | **string**                                                                               | The location name.                                                             | \[optional] \[default to undefined]             |
