Name | Type | Description | Notes |
---|---|---|---|
AccessKeyCode | Pointer to string | [optional] | |
AssignPublicIP | Pointer to bool | [optional] | |
AssignStaticPublicIP | Pointer to bool | Whether to assign static public IP | [optional] |
AwsArnString | Pointer to string | [optional] | |
AzOverrides | Pointer to map[string]string | [optional] | |
CgroupSize | Pointer to int32 | [optional] | |
DedicatedNodes | Pointer to bool | [optional] | |
DeviceInfo | Pointer to DeviceInfo | [optional] | |
EnableClientToNodeEncrypt | Pointer to bool | [optional] | |
EnableConnectionPooling | Pointer to bool | [optional] | |
EnableExposingService | Pointer to string | [optional] | |
EnableIPV6 | Pointer to bool | [optional] | |
EnableLB | Pointer to bool | [optional] | |
EnableNodeToNodeEncrypt | Pointer to bool | [optional] | |
EnableVolumeEncryption | Pointer to bool | [optional] | |
EnableYCQL | Pointer to bool | [optional] | |
EnableYCQLAuth | Pointer to bool | [optional] | |
EnableYEDIS | Pointer to bool | [optional] | |
EnableYSQL | Pointer to bool | [optional] | |
EnableYSQLAuth | Pointer to bool | [optional] | |
ImageBundleUUID | Pointer to string | [optional] | |
InstanceTags | Pointer to map[string]string | [optional] | |
InstanceType | Pointer to string | Instance type that is used for tserver nodes in current cluster. Could be modified in payload for /resize_node API call | [optional] |
KubernetesOperatorVersion | Pointer to int64 | [optional] | |
MasterDeviceInfo | Pointer to DeviceInfo | [optional] | |
MasterGFlags | Pointer to map[string]string | User-defined gflags for master. <b style="color:#ff0000">Deprecated since YBA version 2.18.6.0.</b> Use specificGFlags | [optional] |
MasterInstanceType | Pointer to string | Instance type that is used for master nodes in current cluster (in dedicated masters mode). Could be modified in payload for /resize_node API call | [optional] |
MasterK8SNodeResourceSpec | Pointer to K8SNodeResourceSpec | [optional] | |
NumNodes | Pointer to int32 | [optional] | |
PreferredRegion | Pointer to string | [optional] | |
Provider | Pointer to string | [optional] | |
ProviderType | Pointer to string | [optional] | |
ProxyConfig | Pointer to ProxyConfig | [optional] | |
RegionList | Pointer to []string | [optional] | |
ReplicationFactor | Pointer to int32 | [optional] | |
SpecificGFlags | Pointer to SpecificGFlags | [optional] | |
SpotPrice | Pointer to float64 | [optional] | |
TserverGFlags | Pointer to map[string]string | User-defined gflags for tserver. <b style="color:#ff0000">Deprecated since YBA version 2.18.6.0.</b> Use specificGFlags | [optional] |
TserverK8SNodeResourceSpec | Pointer to K8SNodeResourceSpec | [optional] | |
UniverseName | Pointer to string | [optional] | |
UniverseOverrides | Pointer to string | [optional] | |
UseHostname | Pointer to bool | [optional] | |
UseSpotInstance | Pointer to bool | [optional] | |
UseSystemd | Pointer to bool | [optional] | |
UseTimeSync | Pointer to bool | [optional] | |
UserIntentOverrides | Pointer to UserIntentOverrides | [optional] | |
YbSoftwareVersion | Pointer to string | [optional] | |
YbcFlags | Pointer to map[string]string | [optional] | |
YcqlPassword | Pointer to string | [optional] | |
YsqlPassword | Pointer to string | [optional] |
func NewUserIntent() *UserIntent
NewUserIntent instantiates a new UserIntent 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 NewUserIntentWithDefaults() *UserIntent
NewUserIntentWithDefaults instantiates a new UserIntent 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 *UserIntent) GetAccessKeyCode() string
GetAccessKeyCode returns the AccessKeyCode field if non-nil, zero value otherwise.
func (o *UserIntent) GetAccessKeyCodeOk() (*string, bool)
GetAccessKeyCodeOk returns a tuple with the AccessKeyCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetAccessKeyCode(v string)
SetAccessKeyCode sets AccessKeyCode field to given value.
func (o *UserIntent) HasAccessKeyCode() bool
HasAccessKeyCode returns a boolean if a field has been set.
func (o *UserIntent) GetAssignPublicIP() bool
GetAssignPublicIP returns the AssignPublicIP field if non-nil, zero value otherwise.
func (o *UserIntent) GetAssignPublicIPOk() (*bool, bool)
GetAssignPublicIPOk returns a tuple with the AssignPublicIP field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetAssignPublicIP(v bool)
SetAssignPublicIP sets AssignPublicIP field to given value.
func (o *UserIntent) HasAssignPublicIP() bool
HasAssignPublicIP returns a boolean if a field has been set.
func (o *UserIntent) GetAssignStaticPublicIP() bool
GetAssignStaticPublicIP returns the AssignStaticPublicIP field if non-nil, zero value otherwise.
func (o *UserIntent) GetAssignStaticPublicIPOk() (*bool, bool)
GetAssignStaticPublicIPOk returns a tuple with the AssignStaticPublicIP field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetAssignStaticPublicIP(v bool)
SetAssignStaticPublicIP sets AssignStaticPublicIP field to given value.
func (o *UserIntent) HasAssignStaticPublicIP() bool
HasAssignStaticPublicIP returns a boolean if a field has been set.
func (o *UserIntent) GetAwsArnString() string
GetAwsArnString returns the AwsArnString field if non-nil, zero value otherwise.
func (o *UserIntent) GetAwsArnStringOk() (*string, bool)
GetAwsArnStringOk returns a tuple with the AwsArnString field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetAwsArnString(v string)
SetAwsArnString sets AwsArnString field to given value.
func (o *UserIntent) HasAwsArnString() bool
HasAwsArnString returns a boolean if a field has been set.
func (o *UserIntent) GetAzOverrides() map[string]string
GetAzOverrides returns the AzOverrides field if non-nil, zero value otherwise.
func (o *UserIntent) GetAzOverridesOk() (*map[string]string, bool)
GetAzOverridesOk returns a tuple with the AzOverrides field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetAzOverrides(v map[string]string)
SetAzOverrides sets AzOverrides field to given value.
func (o *UserIntent) HasAzOverrides() bool
HasAzOverrides returns a boolean if a field has been set.
func (o *UserIntent) GetCgroupSize() int32
GetCgroupSize returns the CgroupSize field if non-nil, zero value otherwise.
func (o *UserIntent) GetCgroupSizeOk() (*int32, bool)
GetCgroupSizeOk returns a tuple with the CgroupSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetCgroupSize(v int32)
SetCgroupSize sets CgroupSize field to given value.
func (o *UserIntent) HasCgroupSize() bool
HasCgroupSize returns a boolean if a field has been set.
func (o *UserIntent) GetDedicatedNodes() bool
GetDedicatedNodes returns the DedicatedNodes field if non-nil, zero value otherwise.
func (o *UserIntent) GetDedicatedNodesOk() (*bool, bool)
GetDedicatedNodesOk returns a tuple with the DedicatedNodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetDedicatedNodes(v bool)
SetDedicatedNodes sets DedicatedNodes field to given value.
func (o *UserIntent) HasDedicatedNodes() bool
HasDedicatedNodes returns a boolean if a field has been set.
func (o *UserIntent) GetDeviceInfo() DeviceInfo
GetDeviceInfo returns the DeviceInfo field if non-nil, zero value otherwise.
func (o *UserIntent) GetDeviceInfoOk() (*DeviceInfo, bool)
GetDeviceInfoOk returns a tuple with the DeviceInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetDeviceInfo(v DeviceInfo)
SetDeviceInfo sets DeviceInfo field to given value.
func (o *UserIntent) HasDeviceInfo() bool
HasDeviceInfo returns a boolean if a field has been set.
func (o *UserIntent) GetEnableClientToNodeEncrypt() bool
GetEnableClientToNodeEncrypt returns the EnableClientToNodeEncrypt field if non-nil, zero value otherwise.
func (o *UserIntent) GetEnableClientToNodeEncryptOk() (*bool, bool)
GetEnableClientToNodeEncryptOk returns a tuple with the EnableClientToNodeEncrypt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetEnableClientToNodeEncrypt(v bool)
SetEnableClientToNodeEncrypt sets EnableClientToNodeEncrypt field to given value.
func (o *UserIntent) HasEnableClientToNodeEncrypt() bool
HasEnableClientToNodeEncrypt returns a boolean if a field has been set.
func (o *UserIntent) GetEnableConnectionPooling() bool
GetEnableConnectionPooling returns the EnableConnectionPooling field if non-nil, zero value otherwise.
func (o *UserIntent) 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 *UserIntent) SetEnableConnectionPooling(v bool)
SetEnableConnectionPooling sets EnableConnectionPooling field to given value.
func (o *UserIntent) HasEnableConnectionPooling() bool
HasEnableConnectionPooling returns a boolean if a field has been set.
func (o *UserIntent) GetEnableExposingService() string
GetEnableExposingService returns the EnableExposingService field if non-nil, zero value otherwise.
func (o *UserIntent) GetEnableExposingServiceOk() (*string, bool)
GetEnableExposingServiceOk returns a tuple with the EnableExposingService field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetEnableExposingService(v string)
SetEnableExposingService sets EnableExposingService field to given value.
func (o *UserIntent) HasEnableExposingService() bool
HasEnableExposingService returns a boolean if a field has been set.
func (o *UserIntent) GetEnableIPV6() bool
GetEnableIPV6 returns the EnableIPV6 field if non-nil, zero value otherwise.
func (o *UserIntent) GetEnableIPV6Ok() (*bool, bool)
GetEnableIPV6Ok returns a tuple with the EnableIPV6 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetEnableIPV6(v bool)
SetEnableIPV6 sets EnableIPV6 field to given value.
func (o *UserIntent) HasEnableIPV6() bool
HasEnableIPV6 returns a boolean if a field has been set.
func (o *UserIntent) GetEnableLB() bool
GetEnableLB returns the EnableLB field if non-nil, zero value otherwise.
func (o *UserIntent) GetEnableLBOk() (*bool, bool)
GetEnableLBOk returns a tuple with the EnableLB field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetEnableLB(v bool)
SetEnableLB sets EnableLB field to given value.
func (o *UserIntent) HasEnableLB() bool
HasEnableLB returns a boolean if a field has been set.
func (o *UserIntent) GetEnableNodeToNodeEncrypt() bool
GetEnableNodeToNodeEncrypt returns the EnableNodeToNodeEncrypt field if non-nil, zero value otherwise.
func (o *UserIntent) GetEnableNodeToNodeEncryptOk() (*bool, bool)
GetEnableNodeToNodeEncryptOk returns a tuple with the EnableNodeToNodeEncrypt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetEnableNodeToNodeEncrypt(v bool)
SetEnableNodeToNodeEncrypt sets EnableNodeToNodeEncrypt field to given value.
func (o *UserIntent) HasEnableNodeToNodeEncrypt() bool
HasEnableNodeToNodeEncrypt returns a boolean if a field has been set.
func (o *UserIntent) GetEnableVolumeEncryption() bool
GetEnableVolumeEncryption returns the EnableVolumeEncryption field if non-nil, zero value otherwise.
func (o *UserIntent) GetEnableVolumeEncryptionOk() (*bool, bool)
GetEnableVolumeEncryptionOk returns a tuple with the EnableVolumeEncryption field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetEnableVolumeEncryption(v bool)
SetEnableVolumeEncryption sets EnableVolumeEncryption field to given value.
func (o *UserIntent) HasEnableVolumeEncryption() bool
HasEnableVolumeEncryption returns a boolean if a field has been set.
func (o *UserIntent) GetEnableYCQL() bool
GetEnableYCQL returns the EnableYCQL field if non-nil, zero value otherwise.
func (o *UserIntent) GetEnableYCQLOk() (*bool, bool)
GetEnableYCQLOk returns a tuple with the EnableYCQL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetEnableYCQL(v bool)
SetEnableYCQL sets EnableYCQL field to given value.
func (o *UserIntent) HasEnableYCQL() bool
HasEnableYCQL returns a boolean if a field has been set.
func (o *UserIntent) GetEnableYCQLAuth() bool
GetEnableYCQLAuth returns the EnableYCQLAuth field if non-nil, zero value otherwise.
func (o *UserIntent) GetEnableYCQLAuthOk() (*bool, bool)
GetEnableYCQLAuthOk returns a tuple with the EnableYCQLAuth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetEnableYCQLAuth(v bool)
SetEnableYCQLAuth sets EnableYCQLAuth field to given value.
func (o *UserIntent) HasEnableYCQLAuth() bool
HasEnableYCQLAuth returns a boolean if a field has been set.
func (o *UserIntent) GetEnableYEDIS() bool
GetEnableYEDIS returns the EnableYEDIS field if non-nil, zero value otherwise.
func (o *UserIntent) GetEnableYEDISOk() (*bool, bool)
GetEnableYEDISOk returns a tuple with the EnableYEDIS field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetEnableYEDIS(v bool)
SetEnableYEDIS sets EnableYEDIS field to given value.
func (o *UserIntent) HasEnableYEDIS() bool
HasEnableYEDIS returns a boolean if a field has been set.
func (o *UserIntent) GetEnableYSQL() bool
GetEnableYSQL returns the EnableYSQL field if non-nil, zero value otherwise.
func (o *UserIntent) 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 *UserIntent) SetEnableYSQL(v bool)
SetEnableYSQL sets EnableYSQL field to given value.
func (o *UserIntent) HasEnableYSQL() bool
HasEnableYSQL returns a boolean if a field has been set.
func (o *UserIntent) GetEnableYSQLAuth() bool
GetEnableYSQLAuth returns the EnableYSQLAuth field if non-nil, zero value otherwise.
func (o *UserIntent) 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 *UserIntent) SetEnableYSQLAuth(v bool)
SetEnableYSQLAuth sets EnableYSQLAuth field to given value.
func (o *UserIntent) HasEnableYSQLAuth() bool
HasEnableYSQLAuth returns a boolean if a field has been set.
func (o *UserIntent) GetImageBundleUUID() string
GetImageBundleUUID returns the ImageBundleUUID field if non-nil, zero value otherwise.
func (o *UserIntent) GetImageBundleUUIDOk() (*string, bool)
GetImageBundleUUIDOk returns a tuple with the ImageBundleUUID field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetImageBundleUUID(v string)
SetImageBundleUUID sets ImageBundleUUID field to given value.
func (o *UserIntent) HasImageBundleUUID() bool
HasImageBundleUUID returns a boolean if a field has been set.
func (o *UserIntent) GetInstanceTags() map[string]string
GetInstanceTags returns the InstanceTags field if non-nil, zero value otherwise.
func (o *UserIntent) GetInstanceTagsOk() (*map[string]string, bool)
GetInstanceTagsOk returns a tuple with the InstanceTags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetInstanceTags(v map[string]string)
SetInstanceTags sets InstanceTags field to given value.
func (o *UserIntent) HasInstanceTags() bool
HasInstanceTags returns a boolean if a field has been set.
func (o *UserIntent) GetInstanceType() string
GetInstanceType returns the InstanceType field if non-nil, zero value otherwise.
func (o *UserIntent) GetInstanceTypeOk() (*string, bool)
GetInstanceTypeOk returns a tuple with the InstanceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetInstanceType(v string)
SetInstanceType sets InstanceType field to given value.
func (o *UserIntent) HasInstanceType() bool
HasInstanceType returns a boolean if a field has been set.
func (o *UserIntent) GetKubernetesOperatorVersion() int64
GetKubernetesOperatorVersion returns the KubernetesOperatorVersion field if non-nil, zero value otherwise.
func (o *UserIntent) GetKubernetesOperatorVersionOk() (*int64, bool)
GetKubernetesOperatorVersionOk returns a tuple with the KubernetesOperatorVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetKubernetesOperatorVersion(v int64)
SetKubernetesOperatorVersion sets KubernetesOperatorVersion field to given value.
func (o *UserIntent) HasKubernetesOperatorVersion() bool
HasKubernetesOperatorVersion returns a boolean if a field has been set.
func (o *UserIntent) GetMasterDeviceInfo() DeviceInfo
GetMasterDeviceInfo returns the MasterDeviceInfo field if non-nil, zero value otherwise.
func (o *UserIntent) GetMasterDeviceInfoOk() (*DeviceInfo, bool)
GetMasterDeviceInfoOk returns a tuple with the MasterDeviceInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetMasterDeviceInfo(v DeviceInfo)
SetMasterDeviceInfo sets MasterDeviceInfo field to given value.
func (o *UserIntent) HasMasterDeviceInfo() bool
HasMasterDeviceInfo returns a boolean if a field has been set.
func (o *UserIntent) GetMasterGFlags() map[string]string
GetMasterGFlags returns the MasterGFlags field if non-nil, zero value otherwise.
func (o *UserIntent) GetMasterGFlagsOk() (*map[string]string, bool)
GetMasterGFlagsOk returns a tuple with the MasterGFlags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetMasterGFlags(v map[string]string)
SetMasterGFlags sets MasterGFlags field to given value.
func (o *UserIntent) HasMasterGFlags() bool
HasMasterGFlags returns a boolean if a field has been set.
func (o *UserIntent) GetMasterInstanceType() string
GetMasterInstanceType returns the MasterInstanceType field if non-nil, zero value otherwise.
func (o *UserIntent) GetMasterInstanceTypeOk() (*string, bool)
GetMasterInstanceTypeOk returns a tuple with the MasterInstanceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetMasterInstanceType(v string)
SetMasterInstanceType sets MasterInstanceType field to given value.
func (o *UserIntent) HasMasterInstanceType() bool
HasMasterInstanceType returns a boolean if a field has been set.
func (o *UserIntent) GetMasterK8SNodeResourceSpec() K8SNodeResourceSpec
GetMasterK8SNodeResourceSpec returns the MasterK8SNodeResourceSpec field if non-nil, zero value otherwise.
func (o *UserIntent) GetMasterK8SNodeResourceSpecOk() (*K8SNodeResourceSpec, bool)
GetMasterK8SNodeResourceSpecOk returns a tuple with the MasterK8SNodeResourceSpec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetMasterK8SNodeResourceSpec(v K8SNodeResourceSpec)
SetMasterK8SNodeResourceSpec sets MasterK8SNodeResourceSpec field to given value.
func (o *UserIntent) HasMasterK8SNodeResourceSpec() bool
HasMasterK8SNodeResourceSpec returns a boolean if a field has been set.
func (o *UserIntent) GetNumNodes() int32
GetNumNodes returns the NumNodes field if non-nil, zero value otherwise.
func (o *UserIntent) GetNumNodesOk() (*int32, bool)
GetNumNodesOk returns a tuple with the NumNodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetNumNodes(v int32)
SetNumNodes sets NumNodes field to given value.
func (o *UserIntent) HasNumNodes() bool
HasNumNodes returns a boolean if a field has been set.
func (o *UserIntent) GetPreferredRegion() string
GetPreferredRegion returns the PreferredRegion field if non-nil, zero value otherwise.
func (o *UserIntent) GetPreferredRegionOk() (*string, bool)
GetPreferredRegionOk returns a tuple with the PreferredRegion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetPreferredRegion(v string)
SetPreferredRegion sets PreferredRegion field to given value.
func (o *UserIntent) HasPreferredRegion() bool
HasPreferredRegion returns a boolean if a field has been set.
func (o *UserIntent) GetProvider() string
GetProvider returns the Provider field if non-nil, zero value otherwise.
func (o *UserIntent) GetProviderOk() (*string, bool)
GetProviderOk returns a tuple with the Provider field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetProvider(v string)
SetProvider sets Provider field to given value.
func (o *UserIntent) HasProvider() bool
HasProvider returns a boolean if a field has been set.
func (o *UserIntent) GetProviderType() string
GetProviderType returns the ProviderType field if non-nil, zero value otherwise.
func (o *UserIntent) GetProviderTypeOk() (*string, bool)
GetProviderTypeOk returns a tuple with the ProviderType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetProviderType(v string)
SetProviderType sets ProviderType field to given value.
func (o *UserIntent) HasProviderType() bool
HasProviderType returns a boolean if a field has been set.
func (o *UserIntent) GetProxyConfig() ProxyConfig
GetProxyConfig returns the ProxyConfig field if non-nil, zero value otherwise.
func (o *UserIntent) GetProxyConfigOk() (*ProxyConfig, bool)
GetProxyConfigOk returns a tuple with the ProxyConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetProxyConfig(v ProxyConfig)
SetProxyConfig sets ProxyConfig field to given value.
func (o *UserIntent) HasProxyConfig() bool
HasProxyConfig returns a boolean if a field has been set.
func (o *UserIntent) GetRegionList() []string
GetRegionList returns the RegionList field if non-nil, zero value otherwise.
func (o *UserIntent) GetRegionListOk() (*[]string, bool)
GetRegionListOk returns a tuple with the RegionList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetRegionList(v []string)
SetRegionList sets RegionList field to given value.
func (o *UserIntent) HasRegionList() bool
HasRegionList returns a boolean if a field has been set.
func (o *UserIntent) GetReplicationFactor() int32
GetReplicationFactor returns the ReplicationFactor field if non-nil, zero value otherwise.
func (o *UserIntent) GetReplicationFactorOk() (*int32, bool)
GetReplicationFactorOk returns a tuple with the ReplicationFactor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetReplicationFactor(v int32)
SetReplicationFactor sets ReplicationFactor field to given value.
func (o *UserIntent) HasReplicationFactor() bool
HasReplicationFactor returns a boolean if a field has been set.
func (o *UserIntent) GetSpecificGFlags() SpecificGFlags
GetSpecificGFlags returns the SpecificGFlags field if non-nil, zero value otherwise.
func (o *UserIntent) GetSpecificGFlagsOk() (*SpecificGFlags, bool)
GetSpecificGFlagsOk returns a tuple with the SpecificGFlags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetSpecificGFlags(v SpecificGFlags)
SetSpecificGFlags sets SpecificGFlags field to given value.
func (o *UserIntent) HasSpecificGFlags() bool
HasSpecificGFlags returns a boolean if a field has been set.
func (o *UserIntent) GetSpotPrice() float64
GetSpotPrice returns the SpotPrice field if non-nil, zero value otherwise.
func (o *UserIntent) GetSpotPriceOk() (*float64, bool)
GetSpotPriceOk returns a tuple with the SpotPrice field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetSpotPrice(v float64)
SetSpotPrice sets SpotPrice field to given value.
func (o *UserIntent) HasSpotPrice() bool
HasSpotPrice returns a boolean if a field has been set.
func (o *UserIntent) GetTserverGFlags() map[string]string
GetTserverGFlags returns the TserverGFlags field if non-nil, zero value otherwise.
func (o *UserIntent) GetTserverGFlagsOk() (*map[string]string, bool)
GetTserverGFlagsOk returns a tuple with the TserverGFlags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetTserverGFlags(v map[string]string)
SetTserverGFlags sets TserverGFlags field to given value.
func (o *UserIntent) HasTserverGFlags() bool
HasTserverGFlags returns a boolean if a field has been set.
func (o *UserIntent) GetTserverK8SNodeResourceSpec() K8SNodeResourceSpec
GetTserverK8SNodeResourceSpec returns the TserverK8SNodeResourceSpec field if non-nil, zero value otherwise.
func (o *UserIntent) GetTserverK8SNodeResourceSpecOk() (*K8SNodeResourceSpec, bool)
GetTserverK8SNodeResourceSpecOk returns a tuple with the TserverK8SNodeResourceSpec field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetTserverK8SNodeResourceSpec(v K8SNodeResourceSpec)
SetTserverK8SNodeResourceSpec sets TserverK8SNodeResourceSpec field to given value.
func (o *UserIntent) HasTserverK8SNodeResourceSpec() bool
HasTserverK8SNodeResourceSpec returns a boolean if a field has been set.
func (o *UserIntent) GetUniverseName() string
GetUniverseName returns the UniverseName field if non-nil, zero value otherwise.
func (o *UserIntent) GetUniverseNameOk() (*string, bool)
GetUniverseNameOk returns a tuple with the UniverseName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetUniverseName(v string)
SetUniverseName sets UniverseName field to given value.
func (o *UserIntent) HasUniverseName() bool
HasUniverseName returns a boolean if a field has been set.
func (o *UserIntent) GetUniverseOverrides() string
GetUniverseOverrides returns the UniverseOverrides field if non-nil, zero value otherwise.
func (o *UserIntent) GetUniverseOverridesOk() (*string, bool)
GetUniverseOverridesOk returns a tuple with the UniverseOverrides field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetUniverseOverrides(v string)
SetUniverseOverrides sets UniverseOverrides field to given value.
func (o *UserIntent) HasUniverseOverrides() bool
HasUniverseOverrides returns a boolean if a field has been set.
func (o *UserIntent) GetUseHostname() bool
GetUseHostname returns the UseHostname field if non-nil, zero value otherwise.
func (o *UserIntent) GetUseHostnameOk() (*bool, bool)
GetUseHostnameOk returns a tuple with the UseHostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetUseHostname(v bool)
SetUseHostname sets UseHostname field to given value.
func (o *UserIntent) HasUseHostname() bool
HasUseHostname returns a boolean if a field has been set.
func (o *UserIntent) GetUseSpotInstance() bool
GetUseSpotInstance returns the UseSpotInstance field if non-nil, zero value otherwise.
func (o *UserIntent) GetUseSpotInstanceOk() (*bool, bool)
GetUseSpotInstanceOk returns a tuple with the UseSpotInstance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetUseSpotInstance(v bool)
SetUseSpotInstance sets UseSpotInstance field to given value.
func (o *UserIntent) HasUseSpotInstance() bool
HasUseSpotInstance returns a boolean if a field has been set.
func (o *UserIntent) GetUseSystemd() bool
GetUseSystemd returns the UseSystemd field if non-nil, zero value otherwise.
func (o *UserIntent) GetUseSystemdOk() (*bool, bool)
GetUseSystemdOk returns a tuple with the UseSystemd field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetUseSystemd(v bool)
SetUseSystemd sets UseSystemd field to given value.
func (o *UserIntent) HasUseSystemd() bool
HasUseSystemd returns a boolean if a field has been set.
func (o *UserIntent) GetUseTimeSync() bool
GetUseTimeSync returns the UseTimeSync field if non-nil, zero value otherwise.
func (o *UserIntent) GetUseTimeSyncOk() (*bool, bool)
GetUseTimeSyncOk returns a tuple with the UseTimeSync field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetUseTimeSync(v bool)
SetUseTimeSync sets UseTimeSync field to given value.
func (o *UserIntent) HasUseTimeSync() bool
HasUseTimeSync returns a boolean if a field has been set.
func (o *UserIntent) GetUserIntentOverrides() UserIntentOverrides
GetUserIntentOverrides returns the UserIntentOverrides field if non-nil, zero value otherwise.
func (o *UserIntent) GetUserIntentOverridesOk() (*UserIntentOverrides, bool)
GetUserIntentOverridesOk returns a tuple with the UserIntentOverrides field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetUserIntentOverrides(v UserIntentOverrides)
SetUserIntentOverrides sets UserIntentOverrides field to given value.
func (o *UserIntent) HasUserIntentOverrides() bool
HasUserIntentOverrides returns a boolean if a field has been set.
func (o *UserIntent) GetYbSoftwareVersion() string
GetYbSoftwareVersion returns the YbSoftwareVersion field if non-nil, zero value otherwise.
func (o *UserIntent) GetYbSoftwareVersionOk() (*string, bool)
GetYbSoftwareVersionOk returns a tuple with the YbSoftwareVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetYbSoftwareVersion(v string)
SetYbSoftwareVersion sets YbSoftwareVersion field to given value.
func (o *UserIntent) HasYbSoftwareVersion() bool
HasYbSoftwareVersion returns a boolean if a field has been set.
func (o *UserIntent) GetYbcFlags() map[string]string
GetYbcFlags returns the YbcFlags field if non-nil, zero value otherwise.
func (o *UserIntent) GetYbcFlagsOk() (*map[string]string, bool)
GetYbcFlagsOk returns a tuple with the YbcFlags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetYbcFlags(v map[string]string)
SetYbcFlags sets YbcFlags field to given value.
func (o *UserIntent) HasYbcFlags() bool
HasYbcFlags returns a boolean if a field has been set.
func (o *UserIntent) GetYcqlPassword() string
GetYcqlPassword returns the YcqlPassword field if non-nil, zero value otherwise.
func (o *UserIntent) GetYcqlPasswordOk() (*string, bool)
GetYcqlPasswordOk returns a tuple with the YcqlPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserIntent) SetYcqlPassword(v string)
SetYcqlPassword sets YcqlPassword field to given value.
func (o *UserIntent) HasYcqlPassword() bool
HasYcqlPassword returns a boolean if a field has been set.
func (o *UserIntent) GetYsqlPassword() string
GetYsqlPassword returns the YsqlPassword field if non-nil, zero value otherwise.
func (o *UserIntent) 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 *UserIntent) SetYsqlPassword(v string)
SetYsqlPassword sets YsqlPassword field to given value.
func (o *UserIntent) HasYsqlPassword() bool
HasYsqlPassword returns a boolean if a field has been set.