tencentcloud-sdk-keewidb 3.0.1068 → 3.0.1070

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: db90726a8d588bd731d6daf29af1221439244eb3
4
- data.tar.gz: ffa3abda8cb148d6fa26446bcf2a41eff5b6362c
3
+ metadata.gz: 1f4e17401ab0debfda7cd820215d37ccb4c33aab
4
+ data.tar.gz: 5b87edc75cd5b705fc7b48e3f5bebdcca2f4a891
5
5
  SHA512:
6
- metadata.gz: c4799ded964d81ba1b1929651c6fd756dab555b162ab79c1b19b77d8e14456a043ef9d5e3a042abbf4d1371a73271ffaf3ebd43ab8c739fd9b9fcc458826c1e4
7
- data.tar.gz: dbcfad7fece05888c65a8b39e7dbc8f95049f53ad434aec39f7680726e8b8bee013a60a617768c5af009ed2143031510ef7c06207c4ec26b1fc945e561bf3c63
6
+ metadata.gz: aaf6fdcd86d57c4599964e3c507a3ab1e6e235ae0a4ee8c2131fba8a01d785cf172578511803829535c9373c8555ab5b1721816809749239ecdc3fd5bda959bc
7
+ data.tar.gz: 17dc65f542e8785ce848874b8e8942f198234159c75f6bdcacbbccec830836f944b0d2c1981a459ef2810491f9c02c578044bc17ef8779318969256f5474a657
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1068
1
+ 3.0.1070
@@ -310,9 +310,9 @@ module TencentCloud
310
310
  # @param MachineMemory: 实例内存容量,单位:GB。
311
311
  # KeeWiDB 内存容量<b>MachineMemory</b>与持久内存容量<b>MemSize</b>为固定搭配,即2GB内存,固定分配8GB的持久内存,不可选择。具体信息,请参见[产品规格](https://cloud.tencent.com/document/product/1520/80808)。
312
312
  # @type MachineMemory: Integer
313
- # @param ZoneId: 实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></u>
313
+ # @param ZoneId: 实例所属的可用区ID。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>
314
314
  # @type ZoneId: Integer
315
- # @param ZoneName: 实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></u>
315
+ # @param ZoneName: 实例所属的可用区名称。<ul><li>具体取值,请参见[地域和可用区](https://cloud.tencent.com/document/product/239/4106)获取。</li><li>参数<b>ZoneId</b>和<b>ZoneName</b>至少配置其中一个。</li></ul>
316
316
  # @type ZoneName: String
317
317
  # @param InstanceName: 创建实例的名称。
318
318
  # 仅支持长度小于60的中文、英文或者数字,短划线"-"、下划线"_"。
@@ -324,7 +324,7 @@ module TencentCloud
324
324
  # @type Password: String
325
325
  # @param VPort: 自定义端口。默认为6379,范围[1024,65535]。
326
326
  # @type VPort: Integer
327
- # @param AutoRenew: 包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</ul>
327
+ # @param AutoRenew: 包年包月计费的续费模式。<ul><li>0:默认状态,指手动续费。</li><li>1:自动续费。</li><li>2:到期不再续费。</li></ul>
328
328
  # @type AutoRenew: Integer
329
329
  # @param SecurityGroupIdList: 给实例设置安全组 ID 数组。
330
330
  # @type SecurityGroupIdList: Array
@@ -340,7 +340,7 @@ module TencentCloud
340
340
  # @type MachineCpu: Integer
341
341
  # @param ProjectId: 项目id,取值以用户账户>用户账户相关接口查询>项目列表返回的projectId为准。
342
342
  # @type ProjectId: Integer
343
- # @param Compression: 数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li>
343
+ # @param Compression: 数据压缩开关。<ul><li>ON:开启,默认开启压缩。</li><li>OFF:关闭。</li></ul>
344
344
  # @type Compression: String
345
345
 
346
346
  attr_accessor :TypeId, :UniqVpcId, :UniqSubnetId, :BillingMode, :GoodsNum, :Period, :ShardNum, :ReplicasNum, :MachineMemory, :ZoneId, :ZoneName, :InstanceName, :NoAuth, :Password, :VPort, :AutoRenew, :SecurityGroupIdList, :ResourceTags, :MemSize, :DiskSize, :MachineCpu, :ProjectId, :Compression
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-keewidb
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1068
4
+ version: 3.0.1070
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-05-26 00:00:00.000000000 Z
11
+ date: 2025-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common