# Connection

Details about the network connection for your cluster.

## Properties

| Name             | Type       | Description                                                                                                                | Notes                   |
| ---------------- | ---------- | -------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
| **datacenterId** | **string** | The datacenter to connect your cluster to.                                                                                 | \[default to undefined] |
| **lanId**        | **string** | The numeric LAN ID to connect your cluster to.                                                                             | \[default to undefined] |
| **cidr**         | **string** | The IP and subnet for your cluster. Note the following unavailable IP ranges: 10.233.64.0/18 10.233.0.0/18 10.233.114.0/24 | \[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/postgres-sdk-nodejs/models/connection.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.
