# KubernetesNodePoolPropertiesForPut

## Properties

| Name                    | Type                                                                                 | Description                                                                                                                                                                                                                                                                                                                                                        | Notes       |
| ----------------------- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ----------- |
| **annotations**         | **dict(str, str)**                                                                   | The annotations attached to the node pool.                                                                                                                                                                                                                                                                                                                         | \[optional] |
| **auto\_scaling**       | [**KubernetesAutoScaling**](/python-sdk/models/kubernetesautoscaling.md)             |                                                                                                                                                                                                                                                                                                                                                                    | \[optional] |
| **k8s\_version**        | **str**                                                                              | The Kubernetes version running in the node pool. Note that this imposes restrictions on which Kubernetes versions can run in the node pools of a cluster. Also, not all Kubernetes versions are suitable upgrade targets for all earlier versions.                                                                                                                 | \[optional] |
| **labels**              | **dict(str, str)**                                                                   | The labels attached to the node pool.                                                                                                                                                                                                                                                                                                                              | \[optional] |
| **lans**                | [**list\[KubernetesNodePoolLan\]**](/python-sdk/models/kubernetesnodepoollan.md)     | The array of existing private LANs to attach to worker nodes.                                                                                                                                                                                                                                                                                                      | \[optional] |
| **maintenance\_window** | [**KubernetesMaintenanceWindow**](/python-sdk/models/kubernetesmaintenancewindow.md) |                                                                                                                                                                                                                                                                                                                                                                    | \[optional] |
| **name**                | **str**                                                                              | A Kubernetes node pool name. Valid Kubernetes node pool name must be 63 characters or less and must be empty or begin and end with an alphanumeric character (\[a-z0-9A-Z]) with dashes (-), underscores (\_), dots (.), and alphanumerics between.                                                                                                                | \[optional] |
| **node\_count**         | **int**                                                                              | The number of worker nodes of the node pool.                                                                                                                                                                                                                                                                                                                       |             |
| **public\_ips**         | **list\[str]**                                                                       | Optional array of reserved public IP addresses to be used by the nodes. The IPs must be from the exact location of the node pool's data center. If autoscaling is used, the array must contain one more IP than the maximum possible number of nodes (nodeCount+1 for a fixed number of nodes or maxNodeCount+1). The extra IP is used when the nodes are rebuilt. | \[optional] |


---

# 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/kubernetesnodepoolpropertiesforput.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.
