tencentcloud-sdk-mongodb 3.0.500 → 3.0.501

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a63562cfba6d000b9a7009efc131f5e17f937435
4
- data.tar.gz: 8c9113eb10720d4752d90af3048ecedf02fb3ed2
3
+ metadata.gz: a40d6a334218c0bab274990237086c8bb92daa29
4
+ data.tar.gz: cc340f095cda53fc8093f096040a40ebf0537e8e
5
5
  SHA512:
6
- metadata.gz: ced475ca48391a6239fd265c33d1b76f6b352b6d70549195bb42e168bd54c6b96fd13db9b9ca47565ed3781143757f1d02a21ebb30b46da72e9cfaf311e96da2
7
- data.tar.gz: 4630d56b9bee90d05b029f582accf71656c122d4a1aa01455e56035a9fd445511b7c56b6c15ba53a5c70680bbfefbdedd5b66b42f5ac421cb075edf5359f2bb9
6
+ metadata.gz: cdbfaa8ab39db77198342135b361ad4208e9b8d2995f77dfa4ad51c09d120758a8640cee92660435b2c2093cfe08a7a3d4062e5a1991fe21f7e18f98e3bf9bbc
7
+ data.tar.gz: 60a8b5ec81032d3cdfcd90626499595e6ab3d3fa801922a2d0ac0cb5273ba72cb2cfe53ea9284e1dcde91394b248db370038a3dc823ec0f45ae067e81702c54b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.500
1
+ 3.0.501
@@ -1726,7 +1726,7 @@ module TencentCloud
1726
1726
  # @type Memory: Integer
1727
1727
  # @param Volume: 实例硬盘大小。<ul><li>单位:GB。</li><li>取值范围:请通过接口<a href="https://cloud.tencent.com/document/product/240/38567">DescribeSpecInfo</a>查询,其返回的数据结构SpecItems中的参数MinStorage与MaxStorage分别对应其最小磁盘规格与最大磁盘规格。</br>
1728
1728
  # @type Volume: Integer
1729
- # @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>
1729
+ # @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><li>MONGO_42_WT:MongoDB 4.2 WiredTiger存储引擎版本。</li><li>MONGO_44_WT:MongoDB 4.4 WiredTiger存储引擎版本。</li></ul>
1730
1730
  # @type MongoVersion: String
1731
1731
  # @param MachineCode: 机器类型。<ul><li>HIO:高IO型。</li><li>HIO10G:高IO万兆型。</li></ul>
1732
1732
  # @type MachineCode: 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.500
4
+ version: 3.0.501
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-02 00:00:00.000000000 Z
11
+ date: 2023-02-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common