# 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] |
