| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| |
| # Connection |
| |
| ## Properties |
| |
| Name | Type | Description | Notes |
| ------------ | ------------- | ------------- | ------------- |
| **ConnectionId** | Pointer to **string** | The connection ID. | [optional] |
| **ConnType** | Pointer to **string** | The connection type. | [optional] |
| **Description** | Pointer to **NullableString** | The description of the connection. | [optional] |
| **Host** | Pointer to **NullableString** | Host of the connection. | [optional] |
| **Login** | Pointer to **NullableString** | Login of the connection. | [optional] |
| **Schema** | Pointer to **NullableString** | Schema of the connection. | [optional] |
| **Port** | Pointer to **NullableInt32** | Port of the connection. | [optional] |
| **Password** | Pointer to **string** | Password of the connection. | [optional] |
| **Extra** | Pointer to **NullableString** | Other values that cannot be put into another field, e.g. RSA keys. | [optional] |
| |
| ## Methods |
| |
| ### NewConnection |
| |
| `func NewConnection() *Connection` |
| |
| NewConnection instantiates a new Connection object |
| This constructor will assign default values to properties that have it defined, |
| and makes sure properties required by API are set, but the set of arguments |
| will change when the set of required properties is changed |
| |
| ### NewConnectionWithDefaults |
| |
| `func NewConnectionWithDefaults() *Connection` |
| |
| NewConnectionWithDefaults instantiates a new Connection object |
| This constructor will only assign default values to properties that have it defined, |
| but it doesn't guarantee that properties required by API are set |
| |
| ### GetConnectionId |
| |
| `func (o *Connection) GetConnectionId() string` |
| |
| GetConnectionId returns the ConnectionId field if non-nil, zero value otherwise. |
| |
| ### GetConnectionIdOk |
| |
| `func (o *Connection) GetConnectionIdOk() (*string, bool)` |
| |
| GetConnectionIdOk returns a tuple with the ConnectionId field if it's non-nil, zero value otherwise |
| and a boolean to check if the value has been set. |
| |
| ### SetConnectionId |
| |
| `func (o *Connection) SetConnectionId(v string)` |
| |
| SetConnectionId sets ConnectionId field to given value. |
| |
| ### HasConnectionId |
| |
| `func (o *Connection) HasConnectionId() bool` |
| |
| HasConnectionId returns a boolean if a field has been set. |
| |
| ### GetConnType |
| |
| `func (o *Connection) GetConnType() string` |
| |
| GetConnType returns the ConnType field if non-nil, zero value otherwise. |
| |
| ### GetConnTypeOk |
| |
| `func (o *Connection) GetConnTypeOk() (*string, bool)` |
| |
| GetConnTypeOk returns a tuple with the ConnType field if it's non-nil, zero value otherwise |
| and a boolean to check if the value has been set. |
| |
| ### SetConnType |
| |
| `func (o *Connection) SetConnType(v string)` |
| |
| SetConnType sets ConnType field to given value. |
| |
| ### HasConnType |
| |
| `func (o *Connection) HasConnType() bool` |
| |
| HasConnType returns a boolean if a field has been set. |
| |
| ### GetDescription |
| |
| `func (o *Connection) GetDescription() string` |
| |
| GetDescription returns the Description field if non-nil, zero value otherwise. |
| |
| ### GetDescriptionOk |
| |
| `func (o *Connection) GetDescriptionOk() (*string, bool)` |
| |
| GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise |
| and a boolean to check if the value has been set. |
| |
| ### SetDescription |
| |
| `func (o *Connection) SetDescription(v string)` |
| |
| SetDescription sets Description field to given value. |
| |
| ### HasDescription |
| |
| `func (o *Connection) HasDescription() bool` |
| |
| HasDescription returns a boolean if a field has been set. |
| |
| ### SetDescriptionNil |
| |
| `func (o *Connection) SetDescriptionNil(b bool)` |
| |
| SetDescriptionNil sets the value for Description to be an explicit nil |
| |
| ### UnsetDescription |
| `func (o *Connection) UnsetDescription()` |
| |
| UnsetDescription ensures that no value is present for Description, not even an explicit nil |
| ### GetHost |
| |
| `func (o *Connection) GetHost() string` |
| |
| GetHost returns the Host field if non-nil, zero value otherwise. |
| |
| ### GetHostOk |
| |
| `func (o *Connection) 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 *Connection) SetHost(v string)` |
| |
| SetHost sets Host field to given value. |
| |
| ### HasHost |
| |
| `func (o *Connection) HasHost() bool` |
| |
| HasHost returns a boolean if a field has been set. |
| |
| ### SetHostNil |
| |
| `func (o *Connection) SetHostNil(b bool)` |
| |
| SetHostNil sets the value for Host to be an explicit nil |
| |
| ### UnsetHost |
| `func (o *Connection) UnsetHost()` |
| |
| UnsetHost ensures that no value is present for Host, not even an explicit nil |
| ### GetLogin |
| |
| `func (o *Connection) GetLogin() string` |
| |
| GetLogin returns the Login field if non-nil, zero value otherwise. |
| |
| ### GetLoginOk |
| |
| `func (o *Connection) GetLoginOk() (*string, bool)` |
| |
| GetLoginOk returns a tuple with the Login field if it's non-nil, zero value otherwise |
| and a boolean to check if the value has been set. |
| |
| ### SetLogin |
| |
| `func (o *Connection) SetLogin(v string)` |
| |
| SetLogin sets Login field to given value. |
| |
| ### HasLogin |
| |
| `func (o *Connection) HasLogin() bool` |
| |
| HasLogin returns a boolean if a field has been set. |
| |
| ### SetLoginNil |
| |
| `func (o *Connection) SetLoginNil(b bool)` |
| |
| SetLoginNil sets the value for Login to be an explicit nil |
| |
| ### UnsetLogin |
| `func (o *Connection) UnsetLogin()` |
| |
| UnsetLogin ensures that no value is present for Login, not even an explicit nil |
| ### GetSchema |
| |
| `func (o *Connection) GetSchema() string` |
| |
| GetSchema returns the Schema field if non-nil, zero value otherwise. |
| |
| ### GetSchemaOk |
| |
| `func (o *Connection) GetSchemaOk() (*string, bool)` |
| |
| GetSchemaOk returns a tuple with the Schema field if it's non-nil, zero value otherwise |
| and a boolean to check if the value has been set. |
| |
| ### SetSchema |
| |
| `func (o *Connection) SetSchema(v string)` |
| |
| SetSchema sets Schema field to given value. |
| |
| ### HasSchema |
| |
| `func (o *Connection) HasSchema() bool` |
| |
| HasSchema returns a boolean if a field has been set. |
| |
| ### SetSchemaNil |
| |
| `func (o *Connection) SetSchemaNil(b bool)` |
| |
| SetSchemaNil sets the value for Schema to be an explicit nil |
| |
| ### UnsetSchema |
| `func (o *Connection) UnsetSchema()` |
| |
| UnsetSchema ensures that no value is present for Schema, not even an explicit nil |
| ### GetPort |
| |
| `func (o *Connection) GetPort() int32` |
| |
| GetPort returns the Port field if non-nil, zero value otherwise. |
| |
| ### GetPortOk |
| |
| `func (o *Connection) GetPortOk() (*int32, 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 *Connection) SetPort(v int32)` |
| |
| SetPort sets Port field to given value. |
| |
| ### HasPort |
| |
| `func (o *Connection) HasPort() bool` |
| |
| HasPort returns a boolean if a field has been set. |
| |
| ### SetPortNil |
| |
| `func (o *Connection) SetPortNil(b bool)` |
| |
| SetPortNil sets the value for Port to be an explicit nil |
| |
| ### UnsetPort |
| `func (o *Connection) UnsetPort()` |
| |
| UnsetPort ensures that no value is present for Port, not even an explicit nil |
| ### GetPassword |
| |
| `func (o *Connection) GetPassword() string` |
| |
| GetPassword returns the Password field if non-nil, zero value otherwise. |
| |
| ### GetPasswordOk |
| |
| `func (o *Connection) GetPasswordOk() (*string, bool)` |
| |
| GetPasswordOk returns a tuple with the Password field if it's non-nil, zero value otherwise |
| and a boolean to check if the value has been set. |
| |
| ### SetPassword |
| |
| `func (o *Connection) SetPassword(v string)` |
| |
| SetPassword sets Password field to given value. |
| |
| ### HasPassword |
| |
| `func (o *Connection) HasPassword() bool` |
| |
| HasPassword returns a boolean if a field has been set. |
| |
| ### GetExtra |
| |
| `func (o *Connection) GetExtra() string` |
| |
| GetExtra returns the Extra field if non-nil, zero value otherwise. |
| |
| ### GetExtraOk |
| |
| `func (o *Connection) GetExtraOk() (*string, bool)` |
| |
| GetExtraOk returns a tuple with the Extra field if it's non-nil, zero value otherwise |
| and a boolean to check if the value has been set. |
| |
| ### SetExtra |
| |
| `func (o *Connection) SetExtra(v string)` |
| |
| SetExtra sets Extra field to given value. |
| |
| ### HasExtra |
| |
| `func (o *Connection) HasExtra() bool` |
| |
| HasExtra returns a boolean if a field has been set. |
| |
| ### SetExtraNil |
| |
| `func (o *Connection) SetExtraNil(b bool)` |
| |
| SetExtraNil sets the value for Extra to be an explicit nil |
| |
| ### UnsetExtra |
| `func (o *Connection) UnsetExtra()` |
| |
| UnsetExtra ensures that no value is present for Extra, not even an explicit nil |
| |
| [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| |
| |