> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/go/dbaas-mongodb/models/biconnectorproperties.md).

# BiConnectorProperties

## Properties

| Name        | Type                  | Description                                                                                                                        | Notes                           |
| ----------- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- |
| **Enabled** | Pointer to **bool**   | The MongoDB Connector for Business Intelligence allows you to query a MongoDB database using SQL commands to aid in data analysis. | \[optional] \[default to false] |
| **Host**    | Pointer to **string** | The host where this new BI Connector is installed.                                                                                 | \[optional] \[readonly]         |
| **Port**    | Pointer to **string** | Port number used when connecting to this new BI Connector.                                                                         | \[optional] \[readonly]         |

## Methods

### GetEnabled

`func (o *BiConnectorProperties) GetEnabled() bool`

GetEnabled returns the Enabled field if non-nil, zero value otherwise.

### GetEnabledOk

`func (o *BiConnectorProperties) GetEnabledOk() (*bool, bool)`

GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetEnabled

`func (o *BiConnectorProperties) SetEnabled(v bool)`

SetEnabled sets Enabled field to given value.

### HasEnabled

`func (o *BiConnectorProperties) HasEnabled() bool`

HasEnabled returns a boolean if a field has been set.

### GetHost

`func (o *BiConnectorProperties) GetHost() string`

GetHost returns the Host field if non-nil, zero value otherwise.

### GetHostOk

`func (o *BiConnectorProperties) GetHostOk() (*string, bool)`

GetHostOk returns a tuple with the Host field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetHost

`func (o *BiConnectorProperties) SetHost(v string)`

SetHost sets Host field to given value.

### HasHost

`func (o *BiConnectorProperties) HasHost() bool`

HasHost returns a boolean if a field has been set.

### GetPort

`func (o *BiConnectorProperties) GetPort() string`

GetPort returns the Port field if non-nil, zero value otherwise.

### GetPortOk

`func (o *BiConnectorProperties) GetPortOk() (*string, bool)`

GetPortOk returns a tuple with the Port field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetPort

`func (o *BiConnectorProperties) SetPort(v string)`

SetPort sets Port field to given value.

### HasPort

`func (o *BiConnectorProperties) HasPort() bool`

HasPort returns a boolean if a field has been set.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/go/dbaas-mongodb/models/biconnectorproperties.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
