Name | Type | Description | Notes |
---|---|---|---|
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
HanaDbname | Pointer to string | HanaDb Name | [optional] |
HanadbCreateStatements | Pointer to string | HanaDb Creation statements | [optional] |
HanadbHost | Pointer to string | HanaDb Host | [optional] [default to "127.0.0.1"] |
HanadbPassword | Pointer to string | HanaDb Password | [optional] |
HanadbPort | Pointer to string | HanaDb Port | [optional] [default to "443"] |
HanadbRevocationStatements | Pointer to string | HanaDb Revocation statements | [optional] |
HanadbUsername | Pointer to string | HanaDb Username | [optional] |
Json | Pointer to bool | Set output format to JSON | [optional] [default to false] |
Name | string | Dynamic secret name | |
PasswordLength | Pointer to string | The length of the password to be generated | [optional] |
ProducerEncryptionKeyName | Pointer to string | Dynamic producer encryption key | [optional] |
SecureAccessBastionIssuer | Pointer to string | Path to the SSH Certificate Issuer for your Akeyless Bastion | [optional] |
SecureAccessDbSchema | Pointer to string | The DB schema | [optional] |
SecureAccessEnable | Pointer to string | Enable/Disable secure remote access [true/false] | [optional] |
SecureAccessHost | Pointer to []string | Target DB servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts) | [optional] |
SecureAccessWeb | Pointer to bool | Enable Web Secure Remote Access | [optional] [default to false] |
Tags | Pointer to []string | Add tags attached to this object | [optional] |
TargetName | Pointer to string | Target name | [optional] |
Token | Pointer to string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | Pointer to string | The universal identity token, Required only for universal_identity authentication | [optional] |
UserTtl | Pointer to string | User TTL | [optional] [default to "60m"] |
func NewGatewayCreateProducerHanaDb(name string, ) *GatewayCreateProducerHanaDb
NewGatewayCreateProducerHanaDb instantiates a new GatewayCreateProducerHanaDb 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 NewGatewayCreateProducerHanaDbWithDefaults() *GatewayCreateProducerHanaDb
NewGatewayCreateProducerHanaDbWithDefaults instantiates a new GatewayCreateProducerHanaDb 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 *GatewayCreateProducerHanaDb) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetDeleteProtectionOk() (*string, bool)
GetDeleteProtectionOk returns a tuple with the DeleteProtection field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *GatewayCreateProducerHanaDb) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetHanaDbname() string
GetHanaDbname returns the HanaDbname field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetHanaDbnameOk() (*string, bool)
GetHanaDbnameOk returns a tuple with the HanaDbname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetHanaDbname(v string)
SetHanaDbname sets HanaDbname field to given value.
func (o *GatewayCreateProducerHanaDb) HasHanaDbname() bool
HasHanaDbname returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetHanadbCreateStatements() string
GetHanadbCreateStatements returns the HanadbCreateStatements field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetHanadbCreateStatementsOk() (*string, bool)
GetHanadbCreateStatementsOk returns a tuple with the HanadbCreateStatements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetHanadbCreateStatements(v string)
SetHanadbCreateStatements sets HanadbCreateStatements field to given value.
func (o *GatewayCreateProducerHanaDb) HasHanadbCreateStatements() bool
HasHanadbCreateStatements returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetHanadbHost() string
GetHanadbHost returns the HanadbHost field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetHanadbHostOk() (*string, bool)
GetHanadbHostOk returns a tuple with the HanadbHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetHanadbHost(v string)
SetHanadbHost sets HanadbHost field to given value.
func (o *GatewayCreateProducerHanaDb) HasHanadbHost() bool
HasHanadbHost returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetHanadbPassword() string
GetHanadbPassword returns the HanadbPassword field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetHanadbPasswordOk() (*string, bool)
GetHanadbPasswordOk returns a tuple with the HanadbPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetHanadbPassword(v string)
SetHanadbPassword sets HanadbPassword field to given value.
func (o *GatewayCreateProducerHanaDb) HasHanadbPassword() bool
HasHanadbPassword returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetHanadbPort() string
GetHanadbPort returns the HanadbPort field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetHanadbPortOk() (*string, bool)
GetHanadbPortOk returns a tuple with the HanadbPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetHanadbPort(v string)
SetHanadbPort sets HanadbPort field to given value.
func (o *GatewayCreateProducerHanaDb) HasHanadbPort() bool
HasHanadbPort returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetHanadbRevocationStatements() string
GetHanadbRevocationStatements returns the HanadbRevocationStatements field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetHanadbRevocationStatementsOk() (*string, bool)
GetHanadbRevocationStatementsOk returns a tuple with the HanadbRevocationStatements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetHanadbRevocationStatements(v string)
SetHanadbRevocationStatements sets HanadbRevocationStatements field to given value.
func (o *GatewayCreateProducerHanaDb) HasHanadbRevocationStatements() bool
HasHanadbRevocationStatements returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetHanadbUsername() string
GetHanadbUsername returns the HanadbUsername field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetHanadbUsernameOk() (*string, bool)
GetHanadbUsernameOk returns a tuple with the HanadbUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetHanadbUsername(v string)
SetHanadbUsername sets HanadbUsername field to given value.
func (o *GatewayCreateProducerHanaDb) HasHanadbUsername() bool
HasHanadbUsername returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetJsonOk() (*bool, bool)
GetJsonOk returns a tuple with the Json field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetJson(v bool)
SetJson sets Json field to given value.
func (o *GatewayCreateProducerHanaDb) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetName(v string)
SetName sets Name field to given value.
func (o *GatewayCreateProducerHanaDb) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetPasswordLengthOk() (*string, bool)
GetPasswordLengthOk returns a tuple with the PasswordLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *GatewayCreateProducerHanaDb) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetProducerEncryptionKeyNameOk() (*string, bool)
GetProducerEncryptionKeyNameOk returns a tuple with the ProducerEncryptionKeyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *GatewayCreateProducerHanaDb) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessBastionIssuer() string
GetSecureAccessBastionIssuer returns the SecureAccessBastionIssuer field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessBastionIssuerOk() (*string, bool)
GetSecureAccessBastionIssuerOk returns a tuple with the SecureAccessBastionIssuer field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetSecureAccessBastionIssuer(v string)
SetSecureAccessBastionIssuer sets SecureAccessBastionIssuer field to given value.
func (o *GatewayCreateProducerHanaDb) HasSecureAccessBastionIssuer() bool
HasSecureAccessBastionIssuer returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessDbSchema() string
GetSecureAccessDbSchema returns the SecureAccessDbSchema field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessDbSchemaOk() (*string, bool)
GetSecureAccessDbSchemaOk returns a tuple with the SecureAccessDbSchema field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetSecureAccessDbSchema(v string)
SetSecureAccessDbSchema sets SecureAccessDbSchema field to given value.
func (o *GatewayCreateProducerHanaDb) HasSecureAccessDbSchema() bool
HasSecureAccessDbSchema returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessEnable() string
GetSecureAccessEnable returns the SecureAccessEnable field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessEnableOk() (*string, bool)
GetSecureAccessEnableOk returns a tuple with the SecureAccessEnable field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetSecureAccessEnable(v string)
SetSecureAccessEnable sets SecureAccessEnable field to given value.
func (o *GatewayCreateProducerHanaDb) HasSecureAccessEnable() bool
HasSecureAccessEnable returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessHost() []string
GetSecureAccessHost returns the SecureAccessHost field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessHostOk() (*[]string, bool)
GetSecureAccessHostOk returns a tuple with the SecureAccessHost field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetSecureAccessHost(v []string)
SetSecureAccessHost sets SecureAccessHost field to given value.
func (o *GatewayCreateProducerHanaDb) HasSecureAccessHost() bool
HasSecureAccessHost returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessWeb() bool
GetSecureAccessWeb returns the SecureAccessWeb field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetSecureAccessWebOk() (*bool, bool)
GetSecureAccessWebOk returns a tuple with the SecureAccessWeb field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetSecureAccessWeb(v bool)
SetSecureAccessWeb sets SecureAccessWeb field to given value.
func (o *GatewayCreateProducerHanaDb) HasSecureAccessWeb() bool
HasSecureAccessWeb returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *GatewayCreateProducerHanaDb) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetTargetNameOk() (*string, bool)
GetTargetNameOk returns a tuple with the TargetName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *GatewayCreateProducerHanaDb) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetTokenOk() (*string, bool)
GetTokenOk returns a tuple with the Token field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetToken(v string)
SetToken sets Token field to given value.
func (o *GatewayCreateProducerHanaDb) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetUidTokenOk() (*string, bool)
GetUidTokenOk returns a tuple with the UidToken field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *GatewayCreateProducerHanaDb) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *GatewayCreateProducerHanaDb) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *GatewayCreateProducerHanaDb) GetUserTtlOk() (*string, bool)
GetUserTtlOk returns a tuple with the UserTtl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GatewayCreateProducerHanaDb) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *GatewayCreateProducerHanaDb) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.