Name | Type | Description | Notes |
---|---|---|---|
Admins | Pointer to string | [optional] | |
Cache | Pointer to string | [optional] | |
CustomerFragements | Pointer to string | [optional] | |
General | Pointer to string | [optional] | |
K8sAuths | Pointer to string | [optional] | |
Kmip | Pointer to string | [optional] | |
Ldap | Pointer to string | [optional] | |
Leadership | Pointer to string | [optional] | |
LogForwarding | Pointer to string | [optional] | |
MQueue | Pointer to string | [optional] | |
MigrationStatus | Pointer to string | [optional] | |
Migrations | Pointer to string | [optional] | |
Producers | Pointer to map[string]interface{} | [optional] | |
ProducersStatus | Pointer to string | [optional] | |
Rotators | Pointer to map[string]interface{} | [optional] | |
Saml | Pointer to string | [optional] | |
UniversalIdentity | Pointer to string | [optional] |
func NewConfigHash() *ConfigHash
NewConfigHash instantiates a new ConfigHash 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 NewConfigHashWithDefaults() *ConfigHash
NewConfigHashWithDefaults instantiates a new ConfigHash 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 *ConfigHash) GetAdmins() string
GetAdmins returns the Admins field if non-nil, zero value otherwise.
func (o *ConfigHash) GetAdminsOk() (*string, bool)
GetAdminsOk returns a tuple with the Admins field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetAdmins(v string)
SetAdmins sets Admins field to given value.
func (o *ConfigHash) HasAdmins() bool
HasAdmins returns a boolean if a field has been set.
func (o *ConfigHash) GetCache() string
GetCache returns the Cache field if non-nil, zero value otherwise.
func (o *ConfigHash) GetCacheOk() (*string, bool)
GetCacheOk returns a tuple with the Cache field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetCache(v string)
SetCache sets Cache field to given value.
func (o *ConfigHash) HasCache() bool
HasCache returns a boolean if a field has been set.
func (o *ConfigHash) GetCustomerFragements() string
GetCustomerFragements returns the CustomerFragements field if non-nil, zero value otherwise.
func (o *ConfigHash) GetCustomerFragementsOk() (*string, bool)
GetCustomerFragementsOk returns a tuple with the CustomerFragements field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetCustomerFragements(v string)
SetCustomerFragements sets CustomerFragements field to given value.
func (o *ConfigHash) HasCustomerFragements() bool
HasCustomerFragements returns a boolean if a field has been set.
func (o *ConfigHash) GetGeneral() string
GetGeneral returns the General field if non-nil, zero value otherwise.
func (o *ConfigHash) GetGeneralOk() (*string, bool)
GetGeneralOk returns a tuple with the General field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetGeneral(v string)
SetGeneral sets General field to given value.
func (o *ConfigHash) HasGeneral() bool
HasGeneral returns a boolean if a field has been set.
func (o *ConfigHash) GetK8sAuths() string
GetK8sAuths returns the K8sAuths field if non-nil, zero value otherwise.
func (o *ConfigHash) GetK8sAuthsOk() (*string, bool)
GetK8sAuthsOk returns a tuple with the K8sAuths field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetK8sAuths(v string)
SetK8sAuths sets K8sAuths field to given value.
func (o *ConfigHash) HasK8sAuths() bool
HasK8sAuths returns a boolean if a field has been set.
func (o *ConfigHash) GetKmip() string
GetKmip returns the Kmip field if non-nil, zero value otherwise.
func (o *ConfigHash) GetKmipOk() (*string, bool)
GetKmipOk returns a tuple with the Kmip field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetKmip(v string)
SetKmip sets Kmip field to given value.
func (o *ConfigHash) HasKmip() bool
HasKmip returns a boolean if a field has been set.
func (o *ConfigHash) GetLdap() string
GetLdap returns the Ldap field if non-nil, zero value otherwise.
func (o *ConfigHash) GetLdapOk() (*string, bool)
GetLdapOk returns a tuple with the Ldap field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetLdap(v string)
SetLdap sets Ldap field to given value.
func (o *ConfigHash) HasLdap() bool
HasLdap returns a boolean if a field has been set.
func (o *ConfigHash) GetLeadership() string
GetLeadership returns the Leadership field if non-nil, zero value otherwise.
func (o *ConfigHash) GetLeadershipOk() (*string, bool)
GetLeadershipOk returns a tuple with the Leadership field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetLeadership(v string)
SetLeadership sets Leadership field to given value.
func (o *ConfigHash) HasLeadership() bool
HasLeadership returns a boolean if a field has been set.
func (o *ConfigHash) GetLogForwarding() string
GetLogForwarding returns the LogForwarding field if non-nil, zero value otherwise.
func (o *ConfigHash) GetLogForwardingOk() (*string, bool)
GetLogForwardingOk returns a tuple with the LogForwarding field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetLogForwarding(v string)
SetLogForwarding sets LogForwarding field to given value.
func (o *ConfigHash) HasLogForwarding() bool
HasLogForwarding returns a boolean if a field has been set.
func (o *ConfigHash) GetMQueue() string
GetMQueue returns the MQueue field if non-nil, zero value otherwise.
func (o *ConfigHash) GetMQueueOk() (*string, bool)
GetMQueueOk returns a tuple with the MQueue field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetMQueue(v string)
SetMQueue sets MQueue field to given value.
func (o *ConfigHash) HasMQueue() bool
HasMQueue returns a boolean if a field has been set.
func (o *ConfigHash) GetMigrationStatus() string
GetMigrationStatus returns the MigrationStatus field if non-nil, zero value otherwise.
func (o *ConfigHash) GetMigrationStatusOk() (*string, bool)
GetMigrationStatusOk returns a tuple with the MigrationStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetMigrationStatus(v string)
SetMigrationStatus sets MigrationStatus field to given value.
func (o *ConfigHash) HasMigrationStatus() bool
HasMigrationStatus returns a boolean if a field has been set.
func (o *ConfigHash) GetMigrations() string
GetMigrations returns the Migrations field if non-nil, zero value otherwise.
func (o *ConfigHash) GetMigrationsOk() (*string, bool)
GetMigrationsOk returns a tuple with the Migrations field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetMigrations(v string)
SetMigrations sets Migrations field to given value.
func (o *ConfigHash) HasMigrations() bool
HasMigrations returns a boolean if a field has been set.
func (o *ConfigHash) GetProducers() map[string]interface{}
GetProducers returns the Producers field if non-nil, zero value otherwise.
func (o *ConfigHash) GetProducersOk() (*map[string]interface{}, bool)
GetProducersOk returns a tuple with the Producers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetProducers(v map[string]interface{})
SetProducers sets Producers field to given value.
func (o *ConfigHash) HasProducers() bool
HasProducers returns a boolean if a field has been set.
func (o *ConfigHash) GetProducersStatus() string
GetProducersStatus returns the ProducersStatus field if non-nil, zero value otherwise.
func (o *ConfigHash) GetProducersStatusOk() (*string, bool)
GetProducersStatusOk returns a tuple with the ProducersStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetProducersStatus(v string)
SetProducersStatus sets ProducersStatus field to given value.
func (o *ConfigHash) HasProducersStatus() bool
HasProducersStatus returns a boolean if a field has been set.
func (o *ConfigHash) GetRotators() map[string]interface{}
GetRotators returns the Rotators field if non-nil, zero value otherwise.
func (o *ConfigHash) GetRotatorsOk() (*map[string]interface{}, bool)
GetRotatorsOk returns a tuple with the Rotators field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetRotators(v map[string]interface{})
SetRotators sets Rotators field to given value.
func (o *ConfigHash) HasRotators() bool
HasRotators returns a boolean if a field has been set.
func (o *ConfigHash) GetSaml() string
GetSaml returns the Saml field if non-nil, zero value otherwise.
func (o *ConfigHash) GetSamlOk() (*string, bool)
GetSamlOk returns a tuple with the Saml field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetSaml(v string)
SetSaml sets Saml field to given value.
func (o *ConfigHash) HasSaml() bool
HasSaml returns a boolean if a field has been set.
func (o *ConfigHash) GetUniversalIdentity() string
GetUniversalIdentity returns the UniversalIdentity field if non-nil, zero value otherwise.
func (o *ConfigHash) GetUniversalIdentityOk() (*string, bool)
GetUniversalIdentityOk returns a tuple with the UniversalIdentity field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ConfigHash) SetUniversalIdentity(v string)
SetUniversalIdentity sets UniversalIdentity field to given value.
func (o *ConfigHash) HasUniversalIdentity() bool
HasUniversalIdentity returns a boolean if a field has been set.