Name | Type | Description | Notes |
---|---|---|---|
CloudServiceProvider | Pointer to string | [optional] | |
ClusterMode | Pointer to bool | [optional] | |
ConnectionType | Pointer to string | [optional] | |
DbClientId | Pointer to string | [optional] | |
DbClientSecret | Pointer to string | [optional] | |
DbHostName | Pointer to string | [optional] | |
DbName | Pointer to string | [optional] | |
DbPort | Pointer to string | [optional] | |
DbPrivateKey | Pointer to string | (Optional) Private Key in PEM format | [optional] |
DbPrivateKeyPassphrase | Pointer to string | [optional] | |
DbPwd | Pointer to string | [optional] | |
DbServerCertificates | Pointer to string | (Optional) DBServerCertificates defines the set of root certificate authorities that clients use when verifying server certificates. If DBServerCertificates is empty, TLS uses the host's root CA set. | [optional] |
DbServerName | Pointer to string | (Optional) ServerName is used to verify the hostname on the returned certificates unless InsecureSkipVerify is given. It is also included in the client's handshake to support virtual hosting unless it is an IP address. | [optional] |
DbTenantId | Pointer to string | [optional] | |
DbUserName | Pointer to string | [optional] | |
SfAccount | Pointer to string | [optional] | |
SslConnectionCertificate | Pointer to string | (Optional) SSLConnectionCertificate defines the certificate for SSL connection. Must be base64 certificate loaded by UI using file loader field | [optional] |
SslConnectionMode | Pointer to bool | (Optional) SSLConnectionMode defines if SSL mode will be used to connect to DB | [optional] |
func NewDbTargetDetails() *DbTargetDetails
NewDbTargetDetails instantiates a new DbTargetDetails 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 NewDbTargetDetailsWithDefaults() *DbTargetDetails
NewDbTargetDetailsWithDefaults instantiates a new DbTargetDetails 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 *DbTargetDetails) GetCloudServiceProvider() string
GetCloudServiceProvider returns the CloudServiceProvider field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetCloudServiceProviderOk() (*string, bool)
GetCloudServiceProviderOk returns a tuple with the CloudServiceProvider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetCloudServiceProvider(v string)
SetCloudServiceProvider sets CloudServiceProvider field to given value.
func (o *DbTargetDetails) HasCloudServiceProvider() bool
HasCloudServiceProvider returns a boolean if a field has been set.
func (o *DbTargetDetails) GetClusterMode() bool
GetClusterMode returns the ClusterMode field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetClusterModeOk() (*bool, bool)
GetClusterModeOk returns a tuple with the ClusterMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetClusterMode(v bool)
SetClusterMode sets ClusterMode field to given value.
func (o *DbTargetDetails) HasClusterMode() bool
HasClusterMode returns a boolean if a field has been set.
func (o *DbTargetDetails) GetConnectionType() string
GetConnectionType returns the ConnectionType field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetConnectionTypeOk() (*string, bool)
GetConnectionTypeOk returns a tuple with the ConnectionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetConnectionType(v string)
SetConnectionType sets ConnectionType field to given value.
func (o *DbTargetDetails) HasConnectionType() bool
HasConnectionType returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbClientId() string
GetDbClientId returns the DbClientId field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbClientIdOk() (*string, bool)
GetDbClientIdOk returns a tuple with the DbClientId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbClientId(v string)
SetDbClientId sets DbClientId field to given value.
func (o *DbTargetDetails) HasDbClientId() bool
HasDbClientId returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbClientSecret() string
GetDbClientSecret returns the DbClientSecret field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbClientSecretOk() (*string, bool)
GetDbClientSecretOk returns a tuple with the DbClientSecret field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbClientSecret(v string)
SetDbClientSecret sets DbClientSecret field to given value.
func (o *DbTargetDetails) HasDbClientSecret() bool
HasDbClientSecret returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbHostName() string
GetDbHostName returns the DbHostName field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbHostNameOk() (*string, bool)
GetDbHostNameOk returns a tuple with the DbHostName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbHostName(v string)
SetDbHostName sets DbHostName field to given value.
func (o *DbTargetDetails) HasDbHostName() bool
HasDbHostName returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbName() string
GetDbName returns the DbName field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbNameOk() (*string, bool)
GetDbNameOk returns a tuple with the DbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbName(v string)
SetDbName sets DbName field to given value.
func (o *DbTargetDetails) HasDbName() bool
HasDbName returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbPort() string
GetDbPort returns the DbPort field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbPortOk() (*string, bool)
GetDbPortOk returns a tuple with the DbPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbPort(v string)
SetDbPort sets DbPort field to given value.
func (o *DbTargetDetails) HasDbPort() bool
HasDbPort returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbPrivateKey() string
GetDbPrivateKey returns the DbPrivateKey field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbPrivateKeyOk() (*string, bool)
GetDbPrivateKeyOk returns a tuple with the DbPrivateKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbPrivateKey(v string)
SetDbPrivateKey sets DbPrivateKey field to given value.
func (o *DbTargetDetails) HasDbPrivateKey() bool
HasDbPrivateKey returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbPrivateKeyPassphrase() string
GetDbPrivateKeyPassphrase returns the DbPrivateKeyPassphrase field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbPrivateKeyPassphraseOk() (*string, bool)
GetDbPrivateKeyPassphraseOk returns a tuple with the DbPrivateKeyPassphrase field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbPrivateKeyPassphrase(v string)
SetDbPrivateKeyPassphrase sets DbPrivateKeyPassphrase field to given value.
func (o *DbTargetDetails) HasDbPrivateKeyPassphrase() bool
HasDbPrivateKeyPassphrase returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbPwd() string
GetDbPwd returns the DbPwd field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbPwdOk() (*string, bool)
GetDbPwdOk returns a tuple with the DbPwd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbPwd(v string)
SetDbPwd sets DbPwd field to given value.
func (o *DbTargetDetails) HasDbPwd() bool
HasDbPwd returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbServerCertificates() string
GetDbServerCertificates returns the DbServerCertificates field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbServerCertificatesOk() (*string, bool)
GetDbServerCertificatesOk returns a tuple with the DbServerCertificates field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbServerCertificates(v string)
SetDbServerCertificates sets DbServerCertificates field to given value.
func (o *DbTargetDetails) HasDbServerCertificates() bool
HasDbServerCertificates returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbServerName() string
GetDbServerName returns the DbServerName field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbServerNameOk() (*string, bool)
GetDbServerNameOk returns a tuple with the DbServerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbServerName(v string)
SetDbServerName sets DbServerName field to given value.
func (o *DbTargetDetails) HasDbServerName() bool
HasDbServerName returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbTenantId() string
GetDbTenantId returns the DbTenantId field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbTenantIdOk() (*string, bool)
GetDbTenantIdOk returns a tuple with the DbTenantId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbTenantId(v string)
SetDbTenantId sets DbTenantId field to given value.
func (o *DbTargetDetails) HasDbTenantId() bool
HasDbTenantId returns a boolean if a field has been set.
func (o *DbTargetDetails) GetDbUserName() string
GetDbUserName returns the DbUserName field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetDbUserNameOk() (*string, bool)
GetDbUserNameOk returns a tuple with the DbUserName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetDbUserName(v string)
SetDbUserName sets DbUserName field to given value.
func (o *DbTargetDetails) HasDbUserName() bool
HasDbUserName returns a boolean if a field has been set.
func (o *DbTargetDetails) GetSfAccount() string
GetSfAccount returns the SfAccount field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetSfAccountOk() (*string, bool)
GetSfAccountOk returns a tuple with the SfAccount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetSfAccount(v string)
SetSfAccount sets SfAccount field to given value.
func (o *DbTargetDetails) HasSfAccount() bool
HasSfAccount returns a boolean if a field has been set.
func (o *DbTargetDetails) GetSslConnectionCertificate() string
GetSslConnectionCertificate returns the SslConnectionCertificate field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetSslConnectionCertificateOk() (*string, bool)
GetSslConnectionCertificateOk returns a tuple with the SslConnectionCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetSslConnectionCertificate(v string)
SetSslConnectionCertificate sets SslConnectionCertificate field to given value.
func (o *DbTargetDetails) HasSslConnectionCertificate() bool
HasSslConnectionCertificate returns a boolean if a field has been set.
func (o *DbTargetDetails) GetSslConnectionMode() bool
GetSslConnectionMode returns the SslConnectionMode field if non-nil, zero value otherwise.
func (o *DbTargetDetails) GetSslConnectionModeOk() (*bool, bool)
GetSslConnectionModeOk returns a tuple with the SslConnectionMode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DbTargetDetails) SetSslConnectionMode(v bool)
SetSslConnectionMode sets SslConnectionMode field to given value.
func (o *DbTargetDetails) HasSslConnectionMode() bool
HasSslConnectionMode returns a boolean if a field has been set.