# KubernetesNodePoolLan

## Properties

| Name             | Type                                                                                         | Description                                                              | Notes                               |
| ---------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | ----------------------------------- |
| **datacenterId** | **string**                                                                                   | The datacenter ID, requires system privileges, for internal usage only   | \[optional] \[default to undefined] |
| **dhcp**         | **boolean**                                                                                  | Specifies whether the Kubernetes node pool LAN reserves an IP with DHCP. | \[optional] \[default to undefined] |
| **id**           | **number**                                                                                   | The LAN ID of an existing LAN at the related data center                 | \[default to undefined]             |
| **routes**       | [**Array\<KubernetesNodePoolLanRoutes>**](/nodejs-sdk/models/kubernetesnodepoollanroutes.md) | The array of additional LANs attached to worker nodes.                   | \[optional] \[default to undefined] |


---

# 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/nodejs-sdk/models/kubernetesnodepoollan.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.
