Name | Type | Description | Notes |
---|---|---|---|
CommunicationPorts | Pointer to CommunicationPorts | [optional] | |
ConnectionPoolingGflags | Pointer to map[string]string | YbaApi Internal. Extra Connection Pooling gflags for the universe. Only Supported for VMs and not yet k8s. | [optional] |
EnableConnectionPooling | Pointer to bool | Enable Connection Pooling for the universe | [optional] |
EnableYSQL | Pointer to bool | Enable YSQL Api for the universe | [optional] |
EnableYSQLAuth | Pointer to bool | Enable YSQL Auth for the universe | [optional] |
YsqlPassword | Pointer to string | YSQL Auth password | [optional] |
func NewConfigureYSQLFormData() *ConfigureYSQLFormData
NewConfigureYSQLFormData instantiates a new ConfigureYSQLFormData 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 NewConfigureYSQLFormDataWithDefaults() *ConfigureYSQLFormData
NewConfigureYSQLFormDataWithDefaults instantiates a new ConfigureYSQLFormData 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 *ConfigureYSQLFormData) GetCommunicationPorts() CommunicationPorts
GetCommunicationPorts returns the CommunicationPorts field if non-nil, zero value otherwise.
func (o *ConfigureYSQLFormData) GetCommunicationPortsOk() (*CommunicationPorts, bool)
GetCommunicationPortsOk returns a tuple with the CommunicationPorts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigureYSQLFormData) SetCommunicationPorts(v CommunicationPorts)
SetCommunicationPorts sets CommunicationPorts field to given value.
func (o *ConfigureYSQLFormData) HasCommunicationPorts() bool
HasCommunicationPorts returns a boolean if a field has been set.
func (o *ConfigureYSQLFormData) GetConnectionPoolingGflags() map[string]string
GetConnectionPoolingGflags returns the ConnectionPoolingGflags field if non-nil, zero value otherwise.
func (o *ConfigureYSQLFormData) GetConnectionPoolingGflagsOk() (*map[string]string, bool)
GetConnectionPoolingGflagsOk returns a tuple with the ConnectionPoolingGflags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigureYSQLFormData) SetConnectionPoolingGflags(v map[string]string)
SetConnectionPoolingGflags sets ConnectionPoolingGflags field to given value.
func (o *ConfigureYSQLFormData) HasConnectionPoolingGflags() bool
HasConnectionPoolingGflags returns a boolean if a field has been set.
func (o *ConfigureYSQLFormData) GetEnableConnectionPooling() bool
GetEnableConnectionPooling returns the EnableConnectionPooling field if non-nil, zero value otherwise.
func (o *ConfigureYSQLFormData) GetEnableConnectionPoolingOk() (*bool, bool)
GetEnableConnectionPoolingOk returns a tuple with the EnableConnectionPooling field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigureYSQLFormData) SetEnableConnectionPooling(v bool)
SetEnableConnectionPooling sets EnableConnectionPooling field to given value.
func (o *ConfigureYSQLFormData) HasEnableConnectionPooling() bool
HasEnableConnectionPooling returns a boolean if a field has been set.
func (o *ConfigureYSQLFormData) GetEnableYSQL() bool
GetEnableYSQL returns the EnableYSQL field if non-nil, zero value otherwise.
func (o *ConfigureYSQLFormData) GetEnableYSQLOk() (*bool, bool)
GetEnableYSQLOk returns a tuple with the EnableYSQL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigureYSQLFormData) SetEnableYSQL(v bool)
SetEnableYSQL sets EnableYSQL field to given value.
func (o *ConfigureYSQLFormData) HasEnableYSQL() bool
HasEnableYSQL returns a boolean if a field has been set.
func (o *ConfigureYSQLFormData) GetEnableYSQLAuth() bool
GetEnableYSQLAuth returns the EnableYSQLAuth field if non-nil, zero value otherwise.
func (o *ConfigureYSQLFormData) GetEnableYSQLAuthOk() (*bool, bool)
GetEnableYSQLAuthOk returns a tuple with the EnableYSQLAuth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigureYSQLFormData) SetEnableYSQLAuth(v bool)
SetEnableYSQLAuth sets EnableYSQLAuth field to given value.
func (o *ConfigureYSQLFormData) HasEnableYSQLAuth() bool
HasEnableYSQLAuth returns a boolean if a field has been set.
func (o *ConfigureYSQLFormData) GetYsqlPassword() string
GetYsqlPassword returns the YsqlPassword field if non-nil, zero value otherwise.
func (o *ConfigureYSQLFormData) GetYsqlPasswordOk() (*string, bool)
GetYsqlPasswordOk returns a tuple with the YsqlPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigureYSQLFormData) SetYsqlPassword(v string)
SetYsqlPassword sets YsqlPassword field to given value.
func (o *ConfigureYSQLFormData) HasYsqlPassword() bool
HasYsqlPassword returns a boolean if a field has been set.