Name | Type | Description | Notes |
---|---|---|---|
AutoScaling | Pointer to ApiAtlasFreeProviderSettingsViewManualAllOfAutoScaling | [optional] | |
BackingProviderName | Pointer to string | Cloud service provider on which MongoDB Cloud provisioned the multi-tenant host. The resource returns this parameter when providerSettings.providerName is `TENANT` and providerSetting.instanceSizeName is `M2` or `M5`. | [optional] |
InstanceSizeName | Pointer to string | Cluster tier, with a default storage and memory capacity, that applies to all the data-bearing hosts in your cluster. You must set providerSettings.providerName to `TENANT` and specify the cloud service provider in providerSettings.backingProviderName. | [optional] |
RegionName | Pointer to string | Human-readable label that identifies the geographic location of your MongoDB cluster. The region you choose can affect network latency for clients accessing your databases. For a complete list of region names, see AWS, GCP, and Azure. For multi-region clusters, see replicationSpec.{region}. | [optional] |
func NewApiAtlasFreeProviderSettingsViewManual() *ApiAtlasFreeProviderSettingsViewManual
NewApiAtlasFreeProviderSettingsViewManual instantiates a new ApiAtlasFreeProviderSettingsViewManual 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 NewApiAtlasFreeProviderSettingsViewManualWithDefaults() *ApiAtlasFreeProviderSettingsViewManual
NewApiAtlasFreeProviderSettingsViewManualWithDefaults instantiates a new ApiAtlasFreeProviderSettingsViewManual 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 *ApiAtlasFreeProviderSettingsViewManual) GetAutoScaling() ApiAtlasFreeProviderSettingsViewManualAllOfAutoScaling
GetAutoScaling returns the AutoScaling field if non-nil, zero value otherwise.
func (o *ApiAtlasFreeProviderSettingsViewManual) GetAutoScalingOk() (*ApiAtlasFreeProviderSettingsViewManualAllOfAutoScaling, bool)
GetAutoScalingOk returns a tuple with the AutoScaling field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasFreeProviderSettingsViewManual) SetAutoScaling(v ApiAtlasFreeProviderSettingsViewManualAllOfAutoScaling)
SetAutoScaling sets AutoScaling field to given value.
func (o *ApiAtlasFreeProviderSettingsViewManual) HasAutoScaling() bool
HasAutoScaling returns a boolean if a field has been set.
func (o *ApiAtlasFreeProviderSettingsViewManual) GetBackingProviderName() string
GetBackingProviderName returns the BackingProviderName field if non-nil, zero value otherwise.
func (o *ApiAtlasFreeProviderSettingsViewManual) GetBackingProviderNameOk() (*string, bool)
GetBackingProviderNameOk returns a tuple with the BackingProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasFreeProviderSettingsViewManual) SetBackingProviderName(v string)
SetBackingProviderName sets BackingProviderName field to given value.
func (o *ApiAtlasFreeProviderSettingsViewManual) HasBackingProviderName() bool
HasBackingProviderName returns a boolean if a field has been set.
func (o *ApiAtlasFreeProviderSettingsViewManual) GetInstanceSizeName() string
GetInstanceSizeName returns the InstanceSizeName field if non-nil, zero value otherwise.
func (o *ApiAtlasFreeProviderSettingsViewManual) GetInstanceSizeNameOk() (*string, bool)
GetInstanceSizeNameOk returns a tuple with the InstanceSizeName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasFreeProviderSettingsViewManual) SetInstanceSizeName(v string)
SetInstanceSizeName sets InstanceSizeName field to given value.
func (o *ApiAtlasFreeProviderSettingsViewManual) HasInstanceSizeName() bool
HasInstanceSizeName returns a boolean if a field has been set.
func (o *ApiAtlasFreeProviderSettingsViewManual) GetRegionName() string
GetRegionName returns the RegionName field if non-nil, zero value otherwise.
func (o *ApiAtlasFreeProviderSettingsViewManual) GetRegionNameOk() (*string, bool)
GetRegionNameOk returns a tuple with the RegionName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasFreeProviderSettingsViewManual) SetRegionName(v string)
SetRegionName sets RegionName field to given value.
func (o *ApiAtlasFreeProviderSettingsViewManual) HasRegionName() bool
HasRegionName returns a boolean if a field has been set.