> 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/cpuarchitectureproperties.md).

# CpuArchitectureProperties

## Properties

| Name          | Type       | Description                            | Notes                               |
| ------------- | ---------- | -------------------------------------- | ----------------------------------- |
| **cpuFamily** | **string** | A valid CPU family name.               | \[optional] \[default to undefined] |
| **maxCores**  | **number** | The maximum number of cores available. | \[optional] \[default to undefined] |
| **maxRam**    | **number** | The maximum RAM size in MB.            | \[optional] \[default to undefined] |
| **vendor**    | **string** | A valid CPU vendor name.               | \[optional] \[default to undefined] |
