Name | Type | Description | Notes |
---|---|---|---|
CassandraCreationStatements | Pointer to string | Cassandra creation statements | [optional] |
CassandraHosts | Pointer to string | Cassandra hosts IP or addresses, comma separated | [optional] |
CassandraPassword | Pointer to string | Cassandra superuser password | [optional] |
CassandraPort | Pointer to string | Cassandra port | [optional] [default to "9042"] |
CassandraUsername | Pointer to string | Cassandra superuser username | [optional] |
DeleteProtection | Pointer to string | Protection from accidental deletion of this object [true/false] | [optional] |
Description | Pointer to string | Description of the object | [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] |
Ssl | Pointer to bool | Enable/Disable SSL [true/false] | [optional] [default to false] |
SslCertificate | Pointer to string | SSL CA certificate in base64 encoding generated from a trusted Certificate Authority (CA) | [optional] |
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 NewDynamicSecretCreateCassandra(name string, ) *DynamicSecretCreateCassandra
NewDynamicSecretCreateCassandra instantiates a new DynamicSecretCreateCassandra 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 NewDynamicSecretCreateCassandraWithDefaults() *DynamicSecretCreateCassandra
NewDynamicSecretCreateCassandraWithDefaults instantiates a new DynamicSecretCreateCassandra 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 *DynamicSecretCreateCassandra) GetCassandraCreationStatements() string
GetCassandraCreationStatements returns the CassandraCreationStatements field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) GetCassandraCreationStatementsOk() (*string, bool)
GetCassandraCreationStatementsOk returns a tuple with the CassandraCreationStatements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateCassandra) SetCassandraCreationStatements(v string)
SetCassandraCreationStatements sets CassandraCreationStatements field to given value.
func (o *DynamicSecretCreateCassandra) HasCassandraCreationStatements() bool
HasCassandraCreationStatements returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetCassandraHosts() string
GetCassandraHosts returns the CassandraHosts field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) GetCassandraHostsOk() (*string, bool)
GetCassandraHostsOk returns a tuple with the CassandraHosts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateCassandra) SetCassandraHosts(v string)
SetCassandraHosts sets CassandraHosts field to given value.
func (o *DynamicSecretCreateCassandra) HasCassandraHosts() bool
HasCassandraHosts returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetCassandraPassword() string
GetCassandraPassword returns the CassandraPassword field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) GetCassandraPasswordOk() (*string, bool)
GetCassandraPasswordOk returns a tuple with the CassandraPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateCassandra) SetCassandraPassword(v string)
SetCassandraPassword sets CassandraPassword field to given value.
func (o *DynamicSecretCreateCassandra) HasCassandraPassword() bool
HasCassandraPassword returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetCassandraPort() string
GetCassandraPort returns the CassandraPort field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) GetCassandraPortOk() (*string, bool)
GetCassandraPortOk returns a tuple with the CassandraPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateCassandra) SetCassandraPort(v string)
SetCassandraPort sets CassandraPort field to given value.
func (o *DynamicSecretCreateCassandra) HasCassandraPort() bool
HasCassandraPort returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetCassandraUsername() string
GetCassandraUsername returns the CassandraUsername field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) GetCassandraUsernameOk() (*string, bool)
GetCassandraUsernameOk returns a tuple with the CassandraUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateCassandra) SetCassandraUsername(v string)
SetCassandraUsername sets CassandraUsername field to given value.
func (o *DynamicSecretCreateCassandra) HasCassandraUsername() bool
HasCassandraUsername returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetDeleteProtection() string
GetDeleteProtection returns the DeleteProtection field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetDeleteProtection(v string)
SetDeleteProtection sets DeleteProtection field to given value.
func (o *DynamicSecretCreateCassandra) HasDeleteProtection() bool
HasDeleteProtection returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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.
func (o *DynamicSecretCreateCassandra) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *DynamicSecretCreateCassandra) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetJson() bool
GetJson returns the Json field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetJson(v bool)
SetJson sets Json field to given value.
func (o *DynamicSecretCreateCassandra) HasJson() bool
HasJson returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetName(v string)
SetName sets Name field to given value.
func (o *DynamicSecretCreateCassandra) GetPasswordLength() string
GetPasswordLength returns the PasswordLength field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetPasswordLength(v string)
SetPasswordLength sets PasswordLength field to given value.
func (o *DynamicSecretCreateCassandra) HasPasswordLength() bool
HasPasswordLength returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetProducerEncryptionKeyName() string
GetProducerEncryptionKeyName returns the ProducerEncryptionKeyName field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetProducerEncryptionKeyName(v string)
SetProducerEncryptionKeyName sets ProducerEncryptionKeyName field to given value.
func (o *DynamicSecretCreateCassandra) HasProducerEncryptionKeyName() bool
HasProducerEncryptionKeyName returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetSsl() bool
GetSsl returns the Ssl field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) GetSslOk() (*bool, bool)
GetSslOk returns a tuple with the Ssl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateCassandra) SetSsl(v bool)
SetSsl sets Ssl field to given value.
func (o *DynamicSecretCreateCassandra) HasSsl() bool
HasSsl returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetSslCertificate() string
GetSslCertificate returns the SslCertificate field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) GetSslCertificateOk() (*string, bool)
GetSslCertificateOk returns a tuple with the SslCertificate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DynamicSecretCreateCassandra) SetSslCertificate(v string)
SetSslCertificate sets SslCertificate field to given value.
func (o *DynamicSecretCreateCassandra) HasSslCertificate() bool
HasSslCertificate returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *DynamicSecretCreateCassandra) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetTargetName() string
GetTargetName returns the TargetName field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetTargetName(v string)
SetTargetName sets TargetName field to given value.
func (o *DynamicSecretCreateCassandra) HasTargetName() bool
HasTargetName returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetToken() string
GetToken returns the Token field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetToken(v string)
SetToken sets Token field to given value.
func (o *DynamicSecretCreateCassandra) HasToken() bool
HasToken returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetUidToken() string
GetUidToken returns the UidToken field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetUidToken(v string)
SetUidToken sets UidToken field to given value.
func (o *DynamicSecretCreateCassandra) HasUidToken() bool
HasUidToken returns a boolean if a field has been set.
func (o *DynamicSecretCreateCassandra) GetUserTtl() string
GetUserTtl returns the UserTtl field if non-nil, zero value otherwise.
func (o *DynamicSecretCreateCassandra) 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 *DynamicSecretCreateCassandra) SetUserTtl(v string)
SetUserTtl sets UserTtl field to given value.
func (o *DynamicSecretCreateCassandra) HasUserTtl() bool
HasUserTtl returns a boolean if a field has been set.