Name | Type | Description | Notes |
---|---|---|---|
InstanceSize | Pointer to string | Hardware specification for the instance sizes in this region. Each instance size has a default storage and memory capacity. The instance size you select applies to all the data-bearing hosts in your instance size. If you deploy a Global Cluster, you must choose a instance size of `M30` or greater. | [optional] |
NodeCount | Pointer to int32 | Number of read-only nodes for MongoDB Cloud deploys to the region. Read-only nodes can never become the primary, but can enable local reads. | [optional] |
func NewApiAtlasClusterHardwareSpecsV15TenantManual() *ApiAtlasClusterHardwareSpecsV15TenantManual
NewApiAtlasClusterHardwareSpecsV15TenantManual instantiates a new ApiAtlasClusterHardwareSpecsV15TenantManual 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 NewApiAtlasClusterHardwareSpecsV15TenantManualWithDefaults() *ApiAtlasClusterHardwareSpecsV15TenantManual
NewApiAtlasClusterHardwareSpecsV15TenantManualWithDefaults instantiates a new ApiAtlasClusterHardwareSpecsV15TenantManual 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 *ApiAtlasClusterHardwareSpecsV15TenantManual) GetInstanceSize() string
GetInstanceSize returns the InstanceSize field if non-nil, zero value otherwise.
func (o *ApiAtlasClusterHardwareSpecsV15TenantManual) GetInstanceSizeOk() (*string, bool)
GetInstanceSizeOk returns a tuple with the InstanceSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasClusterHardwareSpecsV15TenantManual) SetInstanceSize(v string)
SetInstanceSize sets InstanceSize field to given value.
func (o *ApiAtlasClusterHardwareSpecsV15TenantManual) HasInstanceSize() bool
HasInstanceSize returns a boolean if a field has been set.
func (o *ApiAtlasClusterHardwareSpecsV15TenantManual) GetNodeCount() int32
GetNodeCount returns the NodeCount field if non-nil, zero value otherwise.
func (o *ApiAtlasClusterHardwareSpecsV15TenantManual) GetNodeCountOk() (*int32, bool)
GetNodeCountOk returns a tuple with the NodeCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasClusterHardwareSpecsV15TenantManual) SetNodeCount(v int32)
SetNodeCount sets NodeCount field to given value.
func (o *ApiAtlasClusterHardwareSpecsV15TenantManual) HasNodeCount() bool
HasNodeCount returns a boolean if a field has been set.