# ServerProperties

## Properties

| Name                   | Type                                                             | Description                                                                                                                                                                                                                                                                                                                                                                | Notes                   |
| ---------------------- | ---------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **availability\_zone** | **str**                                                          | The availability zone in which the server should be provisioned.                                                                                                                                                                                                                                                                                                           | \[optional]             |
| **boot\_cdrom**        | [**ResourceReference**](/python-sdk/models/resourcereference.md) |                                                                                                                                                                                                                                                                                                                                                                            | \[optional]             |
| **boot\_volume**       | [**ResourceReference**](/python-sdk/models/resourcereference.md) |                                                                                                                                                                                                                                                                                                                                                                            | \[optional]             |
| **cores**              | **int**                                                          | The total number of cores for the enterprise server.                                                                                                                                                                                                                                                                                                                       | \[optional]             |
| **cpu\_family**        | **str**                                                          | CPU architecture on which server gets provisioned; not all CPU architectures are available in all datacenter regions; available CPU architectures can be retrieved from the datacenter resource; must not be provided for CUBE servers.                                                                                                                                    | \[optional]             |
| **name**               | **str**                                                          | The name of the resource.                                                                                                                                                                                                                                                                                                                                                  | \[optional]             |
| **ram**                | **int**                                                          | The memory size for the enterprise server in MB, such as 2048. Size must be specified in multiples of 256 MB with a minimum of 256 MB; however, if you set ramHotPlug to TRUE then you must use a minimum of 1024 MB. If you set the RAM size more than 240GB, then ramHotPlug will be set to FALSE and can not be set to TRUE unless RAM size not set to less than 240GB. | \[optional]             |
| **template\_uuid**     | **str**                                                          | The ID of the template for creating a CUBE server; the available templates for CUBE servers can be found on the templates resource.                                                                                                                                                                                                                                        | \[optional]             |
| **type**               | **str**                                                          | Server type: CUBE or ENTERPRISE.                                                                                                                                                                                                                                                                                                                                           | \[optional]             |
| **vm\_state**          | **str**                                                          | Status of the virtual machine.                                                                                                                                                                                                                                                                                                                                             | \[optional] \[readonly] |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ionos.com/python-sdk/models/serverproperties.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
