BiConnectorProperties
Last updated
Last updated
Name | Type | Description | Notes |
---|---|---|---|
func (o *BiConnectorProperties) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
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.
func (o *BiConnectorProperties) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *BiConnectorProperties) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.
func (o *BiConnectorProperties) GetHost() string
GetHost returns the Host field if non-nil, zero value otherwise.
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.
func (o *BiConnectorProperties) SetHost(v string)
SetHost sets Host field to given value.
func (o *BiConnectorProperties) HasHost() bool
HasHost returns a boolean if a field has been set.
func (o *BiConnectorProperties) GetPort() string
GetPort returns the Port field if non-nil, zero value otherwise.
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.
func (o *BiConnectorProperties) SetPort(v string)
SetPort sets Port field to given value.
func (o *BiConnectorProperties) HasPort() bool
HasPort returns a boolean if a field has been set.
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]