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