Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 5.73 KB

ApiAtlasFreeProviderSettingsViewManual.md

File metadata and controls

134 lines (73 loc) · 5.73 KB

ApiAtlasFreeProviderSettingsViewManual

Properties

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]

Methods

NewApiAtlasFreeProviderSettingsViewManual

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

NewApiAtlasFreeProviderSettingsViewManualWithDefaults

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

GetAutoScaling

func (o *ApiAtlasFreeProviderSettingsViewManual) GetAutoScaling() ApiAtlasFreeProviderSettingsViewManualAllOfAutoScaling

GetAutoScaling returns the AutoScaling field if non-nil, zero value otherwise.

GetAutoScalingOk

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.

SetAutoScaling

func (o *ApiAtlasFreeProviderSettingsViewManual) SetAutoScaling(v ApiAtlasFreeProviderSettingsViewManualAllOfAutoScaling)

SetAutoScaling sets AutoScaling field to given value.

HasAutoScaling

func (o *ApiAtlasFreeProviderSettingsViewManual) HasAutoScaling() bool

HasAutoScaling returns a boolean if a field has been set.

GetBackingProviderName

func (o *ApiAtlasFreeProviderSettingsViewManual) GetBackingProviderName() string

GetBackingProviderName returns the BackingProviderName field if non-nil, zero value otherwise.

GetBackingProviderNameOk

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.

SetBackingProviderName

func (o *ApiAtlasFreeProviderSettingsViewManual) SetBackingProviderName(v string)

SetBackingProviderName sets BackingProviderName field to given value.

HasBackingProviderName

func (o *ApiAtlasFreeProviderSettingsViewManual) HasBackingProviderName() bool

HasBackingProviderName returns a boolean if a field has been set.

GetInstanceSizeName

func (o *ApiAtlasFreeProviderSettingsViewManual) GetInstanceSizeName() string

GetInstanceSizeName returns the InstanceSizeName field if non-nil, zero value otherwise.

GetInstanceSizeNameOk

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.

SetInstanceSizeName

func (o *ApiAtlasFreeProviderSettingsViewManual) SetInstanceSizeName(v string)

SetInstanceSizeName sets InstanceSizeName field to given value.

HasInstanceSizeName

func (o *ApiAtlasFreeProviderSettingsViewManual) HasInstanceSizeName() bool

HasInstanceSizeName returns a boolean if a field has been set.

GetRegionName

func (o *ApiAtlasFreeProviderSettingsViewManual) GetRegionName() string

GetRegionName returns the RegionName field if non-nil, zero value otherwise.

GetRegionNameOk

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.

SetRegionName

func (o *ApiAtlasFreeProviderSettingsViewManual) SetRegionName(v string)

SetRegionName sets RegionName field to given value.

HasRegionName

func (o *ApiAtlasFreeProviderSettingsViewManual) HasRegionName() bool

HasRegionName returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]