> For the complete documentation index, see [llms.txt](https://docs.ionos.com/python-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/python-sdk/models/cpuarchitectureproperties.md).

# CpuArchitectureProperties

## Properties

| Name            | Type    | Description                            | Notes       |
| --------------- | ------- | -------------------------------------- | ----------- |
| **cpu\_family** | **str** | A valid CPU family name.               | \[optional] |
| **max\_cores**  | **int** | The maximum number of cores available. | \[optional] |
| **max\_ram**    | **int** | The maximum RAM size in MB.            | \[optional] |
| **vendor**      | **str** | A valid CPU vendor name.               | \[optional] |
