Name | Type | Description | Notes |
---|---|---|---|
BackingProviderName | Pointer to string | Cloud service provider on which MongoDB Cloud provisioned the serverless instance. | [optional] |
ProviderName | string | Human-readable label that identifies the cloud service provider. | [default to "SERVERLESS"] |
RegionName | Pointer to string | Human-readable label that identifies the geographic location of your MongoDB serverless instance. 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. | [optional] |
func NewServerlessInstanceProviderSettings(providerName string, ) *ServerlessInstanceProviderSettings
NewServerlessInstanceProviderSettings instantiates a new ServerlessInstanceProviderSettings 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 NewServerlessInstanceProviderSettingsWithDefaults() *ServerlessInstanceProviderSettings
NewServerlessInstanceProviderSettingsWithDefaults instantiates a new ServerlessInstanceProviderSettings 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 *ServerlessInstanceProviderSettings) GetBackingProviderName() string
GetBackingProviderName returns the BackingProviderName field if non-nil, zero value otherwise.
func (o *ServerlessInstanceProviderSettings) 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 *ServerlessInstanceProviderSettings) SetBackingProviderName(v string)
SetBackingProviderName sets BackingProviderName field to given value.
func (o *ServerlessInstanceProviderSettings) HasBackingProviderName() bool
HasBackingProviderName returns a boolean if a field has been set.
func (o *ServerlessInstanceProviderSettings) GetProviderName() string
GetProviderName returns the ProviderName field if non-nil, zero value otherwise.
func (o *ServerlessInstanceProviderSettings) GetProviderNameOk() (*string, bool)
GetProviderNameOk returns a tuple with the ProviderName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ServerlessInstanceProviderSettings) SetProviderName(v string)
SetProviderName sets ProviderName field to given value.
func (o *ServerlessInstanceProviderSettings) GetRegionName() string
GetRegionName returns the RegionName field if non-nil, zero value otherwise.
func (o *ServerlessInstanceProviderSettings) 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 *ServerlessInstanceProviderSettings) SetRegionName(v string)
SetRegionName sets RegionName field to given value.
func (o *ServerlessInstanceProviderSettings) HasRegionName() bool
HasRegionName returns a boolean if a field has been set.