# Connection

The network connection details for your cluster.

## Properties

| Name             | Type              | Description                                                                                                                   | Notes |
| ---------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----- |
| **datacenterId** | **String**        | The datacenter to which your cluster will be connected.                                                                       |       |
| **lanId**        | **String**        | The numeric LAN ID with which you connect your cluster.                                                                       |       |
| **cidrList**     | **List\<String>** | The list of IPs for your cluster. All IPs must be in a /24 network. Note the following unavailable IP ranges: 10.233.114.0/24 |       |


---

# 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/mongodb-sdk-java/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.
