You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: admin/model_advanced_cluster_description.go
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,8 @@ type AdvancedClusterDescription struct {
22
22
CreateDate*time.Time`json:"createDate,omitempty"`
23
23
// Storage capacity that the host's root volume possesses expressed in gigabytes. Increase this number to add capacity. MongoDB Cloud requires this parameter if you set **replicationSpecs**. If you specify a disk size below the minimum (10 GB), this parameter defaults to the minimum disk size value. Storage charge calculations depend on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require more storage space, consider upgrading your cluster to a higher tier.
// Cloud service provider that manages your customer keys to provide an additional layer of encryption at rest for the cluster. To enable customer key management for encryption at rest, the cluster **replicationSpecs[n].regionConfigs[m].{type}Specs.instanceSize** setting must be `M10` or higher and `\"backupEnabled\" : false` or omitted entirely.
Copy file name to clipboardExpand all lines: admin/model_legacy_atlas_cluster.go
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ type LegacyAtlasCluster struct {
23
23
CreateDate*time.Time`json:"createDate,omitempty"`
24
24
// Storage capacity that the host's root volume possesses expressed in gigabytes. Increase this number to add capacity. MongoDB Cloud requires this parameter if you set **replicationSpecs**. If you specify a disk size below the minimum (10 GB), this parameter defaults to the minimum disk size value. Storage charge calculations depend on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require more storage space, consider upgrading your cluster to a higher tier.
Copy file name to clipboardExpand all lines: admin/model_legacy_atlas_tenant_cluster_upgrade_request.go
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ type LegacyAtlasTenantClusterUpgradeRequest struct {
23
23
CreateDate*time.Time`json:"createDate,omitempty"`
24
24
// Storage capacity that the host's root volume possesses expressed in gigabytes. Increase this number to add capacity. MongoDB Cloud requires this parameter if you set **replicationSpecs**. If you specify a disk size below the minimum (10 GB), this parameter defaults to the minimum disk size value. Storage charge calculations depend on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require more storage space, consider upgrading your cluster to a higher tier.
Copy file name to clipboardExpand all lines: docs/docs/AdvancedClusterDescription.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Name | Type | Description | Notes
11
11
**ConnectionStrings** | Pointer to [**ClusterConnectionStrings**](ClusterConnectionStrings.md) | | [optional]
12
12
**CreateDate** | Pointer to **time.Time** | Date and time when MongoDB Cloud created this cluster. This parameter expresses its value in ISO 8601 format in UTC. | [optional][readonly]
13
13
**DiskSizeGB** | Pointer to **float64** | Storage capacity that the host's root volume possesses expressed in gigabytes. Increase this number to add capacity. MongoDB Cloud requires this parameter if you set **replicationSpecs**. If you specify a disk size below the minimum (10 GB), this parameter defaults to the minimum disk size value. Storage charge calculations depend on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require more storage space, consider upgrading your cluster to a higher tier. | [optional]
14
+
**DiskWarmingMode** | Pointer to **string** | Disk warming mode selection. | [optional][default to "FULLY_WARMED"]
14
15
**EncryptionAtRestProvider** | Pointer to **string** | Cloud service provider that manages your customer keys to provide an additional layer of encryption at rest for the cluster. To enable customer key management for encryption at rest, the cluster **replicationSpecs[n].regionConfigs[m].{type}Specs.instanceSize** setting must be `M10` or higher and `\"backupEnabled\" : false` or omitted entirely. | [optional]
15
16
**GroupId** | Pointer to **string** | Unique 24-hexadecimal character string that identifies the project. | [optional][readonly]
16
17
**Id** | Pointer to **string** | Unique 24-hexadecimal digit string that identifies the replication object for a zone in a Global Cluster. If you include existing zones in the request, you must specify this parameter. If you add a new zone to an existing Global Cluster, you may specify this parameter. The request deletes any existing zones in a Global Cluster that you exclude from the request. | [optional][readonly]
@@ -215,6 +216,30 @@ SetDiskSizeGB sets DiskSizeGB field to given value.
215
216
`func (o *AdvancedClusterDescription) HasDiskSizeGB() bool`
216
217
217
218
HasDiskSizeGB returns a boolean if a field has been set.
219
+
### GetDiskWarmingMode
220
+
221
+
`func (o *AdvancedClusterDescription) GetDiskWarmingMode() string`
222
+
223
+
GetDiskWarmingMode returns the DiskWarmingMode field if non-nil, zero value otherwise.
224
+
225
+
### GetDiskWarmingModeOk
226
+
227
+
`func (o *AdvancedClusterDescription) GetDiskWarmingModeOk() (*string, bool)`
228
+
229
+
GetDiskWarmingModeOk returns a tuple with the DiskWarmingMode field if it's non-nil, zero value otherwise
230
+
and a boolean to check if the value has been set.
231
+
232
+
### SetDiskWarmingMode
233
+
234
+
`func (o *AdvancedClusterDescription) SetDiskWarmingMode(v string)`
235
+
236
+
SetDiskWarmingMode sets DiskWarmingMode field to given value.
237
+
238
+
### HasDiskWarmingMode
239
+
240
+
`func (o *AdvancedClusterDescription) HasDiskWarmingMode() bool`
241
+
242
+
HasDiskWarmingMode returns a boolean if a field has been set.
218
243
### GetEncryptionAtRestProvider
219
244
220
245
`func (o *AdvancedClusterDescription) GetEncryptionAtRestProvider() string`
Copy file name to clipboardExpand all lines: docs/docs/LegacyAtlasCluster.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**ConnectionStrings** | Pointer to [**ClusterConnectionStrings**](ClusterConnectionStrings.md) | | [optional]
13
13
**CreateDate** | Pointer to **time.Time** | Date and time when MongoDB Cloud created this serverless instance. MongoDB Cloud represents this timestamp in ISO 8601 format in UTC. | [optional][readonly]
14
14
**DiskSizeGB** | Pointer to **float64** | Storage capacity that the host's root volume possesses expressed in gigabytes. Increase this number to add capacity. MongoDB Cloud requires this parameter if you set **replicationSpecs**. If you specify a disk size below the minimum (10 GB), this parameter defaults to the minimum disk size value. Storage charge calculations depend on whether you choose the default value or a custom value. The maximum value for disk storage cannot exceed 50 times the maximum RAM for the selected cluster. If you require more storage space, consider upgrading your cluster to a higher tier. | [optional]
15
+
**DiskWarmingMode** | Pointer to **string** | Disk warming mode selection. | [optional][default to "FULLY_WARMED"]
15
16
**EncryptionAtRestProvider** | Pointer to **string** | Cloud service provider that manages your customer keys to provide an additional layer of Encryption at Rest for the cluster. | [optional]
16
17
**GroupId** | Pointer to **string** | Unique 24-hexadecimal character string that identifies the project. | [optional][readonly]
17
18
**Id** | Pointer to **string** | Unique 24-hexadecimal digit string that identifies the cluster. | [optional][readonly]
@@ -249,6 +250,30 @@ SetDiskSizeGB sets DiskSizeGB field to given value.
249
250
`func (o *LegacyAtlasCluster) HasDiskSizeGB() bool`
250
251
251
252
HasDiskSizeGB returns a boolean if a field has been set.
253
+
### GetDiskWarmingMode
254
+
255
+
`func (o *LegacyAtlasCluster) GetDiskWarmingMode() string`
256
+
257
+
GetDiskWarmingMode returns the DiskWarmingMode field if non-nil, zero value otherwise.
258
+
259
+
### GetDiskWarmingModeOk
260
+
261
+
`func (o *LegacyAtlasCluster) GetDiskWarmingModeOk() (*string, bool)`
262
+
263
+
GetDiskWarmingModeOk returns a tuple with the DiskWarmingMode field if it's non-nil, zero value otherwise
264
+
and a boolean to check if the value has been set.
265
+
266
+
### SetDiskWarmingMode
267
+
268
+
`func (o *LegacyAtlasCluster) SetDiskWarmingMode(v string)`
269
+
270
+
SetDiskWarmingMode sets DiskWarmingMode field to given value.
271
+
272
+
### HasDiskWarmingMode
273
+
274
+
`func (o *LegacyAtlasCluster) HasDiskWarmingMode() bool`
275
+
276
+
HasDiskWarmingMode returns a boolean if a field has been set.
252
277
### GetEncryptionAtRestProvider
253
278
254
279
`func (o *LegacyAtlasCluster) GetEncryptionAtRestProvider() string`
0 commit comments