tencentcloud-sdk-mongodb 3.0.459 → 3.0.460

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ebb01ae94b5ff5a499e1fd1246f9c92a151fb27
4
- data.tar.gz: 9a10790cdbe1c09d3e4e7872ff6daff8ea7e6fc4
3
+ metadata.gz: e98edb33ae5a57564b7942fb9a153e61c4d6bd59
4
+ data.tar.gz: 3a8d1148be671cca86417e0cb234e4bba0522f41
5
5
  SHA512:
6
- metadata.gz: 0e4307a7920954fe5500a8d6cc8d9c95ffd7943c74cf38e115846694888503632b437971fd2bd0af9d82f326548f11fdf238da07fb54aa003f260a4b0d8852ef
7
- data.tar.gz: c774c92dd300566842228fef662f83e81d69581a99e008d511995e11901e258f0700eda3c4e5ea618a67fdcc2a1eb327574768e59a23a2bfc04b165b396d92f9
6
+ metadata.gz: 026169524262374d18dc576e6df5602f749c0ad3e63087f575502caac16811b0168d7f7dba9de55d440c4982d393c04d3fccf9cf1996ed0c2a8ec3c8a8967e18
7
+ data.tar.gz: 606d2877a36e01c27fa9871d28222b4ce54b4d5818c133f92eddd94cae9e8c4b43e6739487aa3bc60745cd43e4bb737b9e0538734f21e9ca3b8232ad878abb13
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.459
1
+ 3.0.460
@@ -1657,11 +1657,11 @@ module TencentCloud
1657
1657
  class InquirePriceCreateDBInstancesRequest < TencentCloud::Common::AbstractModel
1658
1658
  # @param Zone: 实例所属区域及可用区信息。格式:ap-guangzhou-2。
1659
1659
  # @type Zone: String
1660
- # @param NodeNum: 每个分片的主从节点数量。<br>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数MinStorageMaxStorage分别对应其最小磁盘规格与最大磁盘规格。</br>
1660
+ # @param NodeNum: 每个分片的主从节点数量。<br>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数MinNodeNumMaxNodeNum分别对应其最小值与最大值。</li></ul>
1661
1661
  # @type NodeNum: Integer
1662
1662
  # @param Memory: 实例内存大小。<ul><li>单位:GB。</li><li>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数CPU与Memory分别对应CPU核数与内存规格。</li></ul>
1663
1663
  # @type Memory: Integer
1664
- # @param Volume: 实例硬盘大小。<ul><li>单位:GB。</li><li>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数MinNodeNumMaxNodeNum分别对应其最小值与最大值。</li></ul>
1664
+ # @param Volume: 实例硬盘大小。<ul><li>单位:GB。</li><li>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数MinStorageMaxStorage分别对应其最小磁盘规格与最大磁盘规格。</br>
1665
1665
  # @type Volume: Integer
1666
1666
  # @param MongoVersion: 实例版本信息。<ul><li>具体支持的版本,请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数MongoVersionCode为实例所支持的版本信息。</li><li>版本信息与版本号对应关系如下:<ul><li>MONGO_3_WT:MongoDB 3.2 WiredTiger存储引擎版本。</li><li>MONGO_3_ROCKS:MongoDB 3.2 RocksDB存储引擎版本。</li><li>MONGO_36_WT:MongoDB 3.6 WiredTiger存储引擎版本。</li><li>MONGO_40_WT:MongoDB 4.0 WiredTiger存储引擎版本。</li></ul>
1667
1667
  # @type MongoVersion: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mongodb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.459
4
+ version: 3.0.460
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-25 00:00:00.000000000 Z
11
+ date: 2022-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common