Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | The ID of the Hyperscale Connector. | [optional] |
HyperscaleInstanceId | Pointer to string | The ID of the Hyperscale instance of this Dataset. | [optional] |
SourceUsername | Pointer to string | The username this Connector will use to connect to the source database. | [optional] |
SourcePassword | Pointer to string | The password this Connector will use to connect to the source database. | [optional] |
SourceJdbcUrl | Pointer to string | The JDBC URL used to connect to the source database. | [optional] |
SourceConnectionProperties | Pointer to map[string]string | [optional] | |
TargetUsername | Pointer to string | The username this Connector will use to connect to the target database. | [optional] |
TargetPassword | Pointer to string | The username this Connector will use to connect to the target database. | [optional] |
TargetJdbcUrl | Pointer to string | The JDBC URL used to connect to the target database. | [optional] |
TargetConnectionProperties | Pointer to map[string]string | [optional] |
func NewHyperscaleConnector() *HyperscaleConnector
NewHyperscaleConnector instantiates a new HyperscaleConnector 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
func NewHyperscaleConnectorWithDefaults() *HyperscaleConnector
NewHyperscaleConnectorWithDefaults instantiates a new HyperscaleConnector 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
func (o *HyperscaleConnector) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetId(v string)
SetId sets Id field to given value.
func (o *HyperscaleConnector) HasId() bool
HasId returns a boolean if a field has been set.
func (o *HyperscaleConnector) GetHyperscaleInstanceId() string
GetHyperscaleInstanceId returns the HyperscaleInstanceId field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetHyperscaleInstanceIdOk() (*string, bool)
GetHyperscaleInstanceIdOk returns a tuple with the HyperscaleInstanceId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetHyperscaleInstanceId(v string)
SetHyperscaleInstanceId sets HyperscaleInstanceId field to given value.
func (o *HyperscaleConnector) HasHyperscaleInstanceId() bool
HasHyperscaleInstanceId returns a boolean if a field has been set.
func (o *HyperscaleConnector) GetSourceUsername() string
GetSourceUsername returns the SourceUsername field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetSourceUsernameOk() (*string, bool)
GetSourceUsernameOk returns a tuple with the SourceUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetSourceUsername(v string)
SetSourceUsername sets SourceUsername field to given value.
func (o *HyperscaleConnector) HasSourceUsername() bool
HasSourceUsername returns a boolean if a field has been set.
func (o *HyperscaleConnector) GetSourcePassword() string
GetSourcePassword returns the SourcePassword field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetSourcePasswordOk() (*string, bool)
GetSourcePasswordOk returns a tuple with the SourcePassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetSourcePassword(v string)
SetSourcePassword sets SourcePassword field to given value.
func (o *HyperscaleConnector) HasSourcePassword() bool
HasSourcePassword returns a boolean if a field has been set.
func (o *HyperscaleConnector) GetSourceJdbcUrl() string
GetSourceJdbcUrl returns the SourceJdbcUrl field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetSourceJdbcUrlOk() (*string, bool)
GetSourceJdbcUrlOk returns a tuple with the SourceJdbcUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetSourceJdbcUrl(v string)
SetSourceJdbcUrl sets SourceJdbcUrl field to given value.
func (o *HyperscaleConnector) HasSourceJdbcUrl() bool
HasSourceJdbcUrl returns a boolean if a field has been set.
func (o *HyperscaleConnector) GetSourceConnectionProperties() map[string]string
GetSourceConnectionProperties returns the SourceConnectionProperties field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetSourceConnectionPropertiesOk() (*map[string]string, bool)
GetSourceConnectionPropertiesOk returns a tuple with the SourceConnectionProperties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetSourceConnectionProperties(v map[string]string)
SetSourceConnectionProperties sets SourceConnectionProperties field to given value.
func (o *HyperscaleConnector) HasSourceConnectionProperties() bool
HasSourceConnectionProperties returns a boolean if a field has been set.
func (o *HyperscaleConnector) GetTargetUsername() string
GetTargetUsername returns the TargetUsername field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetTargetUsernameOk() (*string, bool)
GetTargetUsernameOk returns a tuple with the TargetUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetTargetUsername(v string)
SetTargetUsername sets TargetUsername field to given value.
func (o *HyperscaleConnector) HasTargetUsername() bool
HasTargetUsername returns a boolean if a field has been set.
func (o *HyperscaleConnector) GetTargetPassword() string
GetTargetPassword returns the TargetPassword field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetTargetPasswordOk() (*string, bool)
GetTargetPasswordOk returns a tuple with the TargetPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetTargetPassword(v string)
SetTargetPassword sets TargetPassword field to given value.
func (o *HyperscaleConnector) HasTargetPassword() bool
HasTargetPassword returns a boolean if a field has been set.
func (o *HyperscaleConnector) GetTargetJdbcUrl() string
GetTargetJdbcUrl returns the TargetJdbcUrl field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetTargetJdbcUrlOk() (*string, bool)
GetTargetJdbcUrlOk returns a tuple with the TargetJdbcUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetTargetJdbcUrl(v string)
SetTargetJdbcUrl sets TargetJdbcUrl field to given value.
func (o *HyperscaleConnector) HasTargetJdbcUrl() bool
HasTargetJdbcUrl returns a boolean if a field has been set.
func (o *HyperscaleConnector) GetTargetConnectionProperties() map[string]string
GetTargetConnectionProperties returns the TargetConnectionProperties field if non-nil, zero value otherwise.
func (o *HyperscaleConnector) GetTargetConnectionPropertiesOk() (*map[string]string, bool)
GetTargetConnectionPropertiesOk returns a tuple with the TargetConnectionProperties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *HyperscaleConnector) SetTargetConnectionProperties(v map[string]string)
SetTargetConnectionProperties sets TargetConnectionProperties field to given value.
func (o *HyperscaleConnector) HasTargetConnectionProperties() bool
HasTargetConnectionProperties returns a boolean if a field has been set.